diff options
Diffstat (limited to 'src/epiphany.ui')
-rw-r--r-- | src/epiphany.ui | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/src/epiphany.ui b/src/epiphany.ui index 57e440ada..bca48b56d 100644 --- a/src/epiphany.ui +++ b/src/epiphany.ui @@ -22,6 +22,7 @@ <child> <object class="GtkButton" id="close_cookie_properties_button"> <property name="label">gtk-close</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -225,6 +226,7 @@ <child> <object class="GtkButton" id="okbutton2"> <property name="label">gtk-close</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -241,6 +243,7 @@ <child> <object class="GtkButton" id="encoding_help_button"> <property name="label">gtk-help</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -275,6 +278,7 @@ <child> <object class="GtkRadioButton" id="automatic_button"> <property name="label" translatable="yes"><b>_Automatic</b></property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -323,6 +327,7 @@ <child> <object class="GtkRadioButton" id="manual_button"> <property name="label" translatable="yes"><b>_Use a different encoding:</b></property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -402,24 +407,12 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="pdm_help_button"> - <property name="label">gtk-help</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="can_default">True</property> - <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> - <property name="use_stock">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> + <placeholder/> </child> <child> <object class="GtkButton" id="removeallbutton"> <property name="label">gtk-clear</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -436,6 +429,7 @@ <child> <object class="GtkButton" id="closebutton1"> <property name="label">gtk-close</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -498,6 +492,7 @@ <child> <object class="GtkButton" id="cookies_remove_button"> <property name="label">gtk-remove</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> @@ -515,6 +510,7 @@ <child> <object class="GtkButton" id="cookies_properties_button"> <property name="label">gtk-properties</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> @@ -589,6 +585,7 @@ <child> <object class="GtkButton" id="passwords_remove_button"> <property name="label">gtk-remove</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> @@ -620,6 +617,7 @@ <child> <object class="GtkCheckButton" id="passwords_show_button"> <property name="label" translatable="yes">_Show passwords</property> + <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -659,7 +657,6 @@ </object> </child> <action-widgets> - <action-widget response="-11">pdm_help_button</action-widget> <action-widget response="1">removeallbutton</action-widget> <action-widget response="-7">closebutton1</action-widget> </action-widgets> |