summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-04 10:41:37 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-04 13:14:13 +0100
commitcccc98921e04bd16651b8ff92f82ff9073a1b12c (patch)
tree9f246e80fa3a49752528583cf9ce5499c3c1fc71 /sfx2/uiconfig
parent6b439e81a1916bcb42fb0fc24b1aea06e2da0d1e (diff)
master slide panel shouldn't have "more options" button
default the toolbox to hidden and show it if "more options" is enabled Change-Id: I6ff867268809d949e7854e0e76d3e45c8806797b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111953 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/decktitlebar.ui2
-rw-r--r--sfx2/uiconfig/ui/paneltitlebar.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/decktitlebar.ui b/sfx2/uiconfig/ui/decktitlebar.ui
index bbfcba7bf69b..8c34a7d5b415 100644
--- a/sfx2/uiconfig/ui/decktitlebar.ui
+++ b/sfx2/uiconfig/ui/decktitlebar.ui
@@ -52,8 +52,8 @@
</child>
<child>
<object class="GtkToolbar" id="toolbar">
- <property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="no-show-all">True</property>
<property name="toolbar-style">icons</property>
<property name="show-arrow">False</property>
<property name="icon_size">2</property>
diff --git a/sfx2/uiconfig/ui/paneltitlebar.ui b/sfx2/uiconfig/ui/paneltitlebar.ui
index 2e352bf21a4f..eac7c877cf2e 100644
--- a/sfx2/uiconfig/ui/paneltitlebar.ui
+++ b/sfx2/uiconfig/ui/paneltitlebar.ui
@@ -59,8 +59,8 @@
</child>
<child>
<object class="GtkToolbar" id="toolbar">
- <property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="no-show-all">True</property>
<property name="toolbar-style">icons</property>
<property name="show-arrow">False</property>
<property name="icon_size">2</property>