summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-09 19:28:45 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-10 11:51:19 +0100
commit9ecf099363f4b713332554476b8bd0d384824b52 (patch)
treeedc80f4a8a17cc11338ce984217eb48d9702154f /data
parent50ab054d0ec3be04a8b0d7319fc86878f9728da9 (diff)
downloadtotem-9ecf099363f4b713332554476b8bd0d384824b52.tar.gz
main: Move fullscreen toolbar to GtkBuilder
Diffstat (limited to 'data')
-rw-r--r--data/totem.ui17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/totem.ui b/data/totem.ui
index 69b3f5261..d076cea3d 100644
--- a/data/totem.ui
+++ b/data/totem.ui
@@ -195,6 +195,23 @@
<property name="halign">fill</property>
<property name="valign">fill</property>
<child>
+ <object class="TotemMainToolbar" id="fullscreen_header">
+ <property name="visible">False</property>
+ <property name="show-search-button">False</property>
+ <property name="show-select-button">False</property>
+ <property name="show-back-button">True</property>
+ <property name="opacity">0.86</property>
+ <property name="halign">fill</property>
+ <property name="hexpand">True</property>
+ </object>
+ <packing>
+ <property name="left-attach">0</property>
+ <property name="top-attach">0</property>
+ <property name="width">3</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkSpinner" id="spinner">
<property name="visible">False</property>
<property name="vexpand">True</property>