treewide: image-button style class is automatically handled by GTK
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
@@ -39,9 +39,6 @@
|
|||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<property name="tooltip-text">Call</property>
|
<property name="tooltip-text">Call</property>
|
||||||
<style>
|
|
||||||
<class name="image-button"/>
|
|
||||||
</style>
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage">
|
<object class="GtkImage">
|
||||||
<property name="icon-name">call-start-symbolic</property>
|
<property name="icon-name">call-start-symbolic</property>
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
<property name="action-name">win.back</property>
|
<property name="action-name">win.back</property>
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<property name="use-underline">True</property>
|
<property name="use-underline">True</property>
|
||||||
<style>
|
|
||||||
<class name="image-button"/>
|
|
||||||
</style>
|
|
||||||
<child internal-child="accessible">
|
<child internal-child="accessible">
|
||||||
<object class="AtkObject" id="a11y-back">
|
<object class="AtkObject" id="a11y-back">
|
||||||
<property name="accessible-name" translatable="yes">Back</property>
|
<property name="accessible-name" translatable="yes">Back</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user