mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 15:01:23 +00:00
GtkVolumeButton: Remove tooltips
Showing tooltips on top of a transient popup does not work out well, and is not really necessary here. At the same time, remove the unnecessary repetitions of properties. In particular, setting the label of the buttons here defeats the scale buttons use of symbolic icons. https://bugzilla.gnome.org/show_bug.cgi?id=723181
This commit is contained in:
parent
c46b1c2a05
commit
f058b402e4
@ -29,11 +29,6 @@ audio-volume-medium</property>
|
||||
<signal name="value-changed" handler="cb_value_changed" swapped="no"/>
|
||||
<child internal-child="plus_button">
|
||||
<object class="GtkButton" id="scalebutton-plus_button1">
|
||||
<property name="label" translatable="yes">+</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Volume Up</property>
|
||||
<property name="relief">none</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="scalebutton-plus_button1-atkobject">
|
||||
<property name="AtkObject::accessible-name" translatable="yes">Volume Up</property>
|
||||
@ -44,11 +39,6 @@ audio-volume-medium</property>
|
||||
</child>
|
||||
<child internal-child="minus_button">
|
||||
<object class="GtkButton" id="scalebutton-minus_button1">
|
||||
<property name="label" translatable="yes">-</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="tooltip_text" translatable="yes">Volume Down</property>
|
||||
<property name="relief">none</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="scalebutton-minus_button1-atkobject">
|
||||
<property name="AtkObject::accessible-name" translatable="yes">Volume Down</property>
|
||||
|
Loading…
Reference in New Issue
Block a user