diff options
Diffstat (limited to 'ui/browser.ui')
-rw-r--r-- | ui/browser.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/browser.ui b/ui/browser.ui index 669b918b..c90bfa3e 100644 --- a/ui/browser.ui +++ b/ui/browser.ui @@ -55,7 +55,7 @@ </object> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="toggle_fullscreen"> <property name="focus-on-click">no</property> <property name="valign">center</property> <property name="action-name">win.fullscreen</property> @@ -109,7 +109,7 @@ </packing> </child> <child> - <object class="GtkButton"> + <object class="GtkButton" id="tab_new"> <property name="focus-on-click">no</property> <property name="valign">center</property> <property name="action-name">win.tab-new</property> |