diff options
Diffstat (limited to 'src/resources/epiphany.ui')
-rw-r--r-- | src/resources/epiphany.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/resources/epiphany.ui b/src/resources/epiphany.ui index bca48b56d..48e88257b 100644 --- a/src/resources/epiphany.ui +++ b/src/resources/epiphany.ui @@ -407,7 +407,20 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <placeholder/> + <object class="GtkButton" id="helpbutton1"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">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">True</property> + <property name="position">0</property> + <property name="secondary">True</property> + </packing> </child> <child> <object class="GtkButton" id="removeallbutton"> @@ -658,6 +671,7 @@ </child> <action-widgets> <action-widget response="1">removeallbutton</action-widget> + <action-widget response="-11">helpbutton1</action-widget> <action-widget response="-7">closebutton1</action-widget> </action-widgets> </object> |