diff options
author | fiaxh <git@lightrise.org> | 2022-05-14 14:45:59 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-07-27 20:34:20 +0200 |
commit | f44cbe02c17df1f02ad49c63cd784fec0ea02d85 (patch) | |
tree | 4cab9b5f84d88769d19b0698e24b318f50b6144e /main/data/call_widget.ui | |
parent | 2b3ce5fc95c63ed7d54e207db0585c8b8bbcd603 (diff) | |
download | dino-f44cbe02c17df1f02ad49c63cd784fec0ea02d85.tar.gz dino-f44cbe02c17df1f02ad49c63cd784fec0ea02d85.zip |
Improve Gtk4 port
Diffstat (limited to 'main/data/call_widget.ui')
-rw-r--r-- | main/data/call_widget.ui | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/data/call_widget.ui b/main/data/call_widget.ui index 41df8cfb..aed663b1 100644 --- a/main/data/call_widget.ui +++ b/main/data/call_widget.ui @@ -10,45 +10,38 @@ <property name="target-width">350</property> <property name="max-width">350</property> <property name="hexpand">True</property> - <property name="visible">True</property> <child> <object class="GtkBox"> <property name="orientation">vertical</property> <property name="halign">fill</property> <property name="hexpand">true</property> - <property name="visible">True</property> <child> <object class="GtkBox"> <property name="orientation">horizontal</property> <property name="spacing">10</property> - <property name="visible">True</property> <style> <class name="call-box"/> </style> <child> <object class="GtkImage" id="image"> <property name="opacity">0.7</property> - <property name="visible">True</property> </object> </child> <child> <object class="GtkBox"> <property name="orientation">vertical</property> <property name="hexpand">True</property> - <property name="visible">True</property> <child> <object class="GtkLabel" id="title_label"> <property name="ellipsize">middle</property> <property name="xalign">0</property> <property name="yalign">0</property> - <property name="visible">True</property> </object> </child> <child> <object class="GtkLabel" id="subtitle_label"> <property name="xalign">0</property> <property name="yalign">1</property> - <property name="visible">True</property> <attributes> <attribute name="scale" value="0.8"/> </attributes> @@ -63,10 +56,8 @@ <property name="transition-type">slide-down</property> <property name="transition-duration">200</property> <property name="reveal-child">True</property> - <property name="visible">True</property> <child> <object class="GtkBox" id="outer_additional_box"> - <property name="visible">True</property> <child> <object class="GtkBox" id="incoming_call_box"> <property name="halign">end</property> @@ -80,7 +71,6 @@ <child> <object class="GtkButton" id="reject_call_button"> <property name="label" translatable="yes">Reject</property> - <property name="visible">True</property> <style> <class name="destructive-action"/> </style> @@ -89,7 +79,6 @@ <child> <object class="GtkButton" id="accept_call_button"> <property name="label" translatable="yes">Accept</property> - <property name="visible">True</property> <style> <class name="suggested-action"/> </style> |