diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-10-30 00:37:23 +0100 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2020-10-30 11:15:17 +0100 |
commit | 7eff29d772e12a19e198ea27b3f7e96fd447de27 (patch) | |
tree | e4cd31076cb408b9efac0a3058926cbc81407c68 /sc/uiconfig/scalc/ui/notebookbar.ui | |
parent | ec1f4d3253963ac16d638734ac70dde033e82154 (diff) |
NB tabbed update writer and calc arrangement
Change-Id: Id9a0306a661dcc0dafd6b75776da775af9dc4565
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105032
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/notebookbar.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 42b3ca0d35f8..e43dda500640 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.22.2 --> <interface domain="sc"> <requires lib="gtk+" version="3.20"/> <requires lib="LibreOffice" version="1.0"/> @@ -3473,18 +3473,21 @@ <property name="hexpand">True</property> <property name="orientation">vertical</property> </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> </child> <child> <object class="sfxlo-NotebookbarToolBox" id="ExtTop5"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="halign">end</property> - <property name="hexpand">True</property> <property name="toolbar_style">icons</property> <property name="show_arrow">False</property> <child> <object class="GtkToolButton" id="Home-SubScript"> - <property name="visible">False</property> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:SubScript</property> </object> @@ -3495,7 +3498,7 @@ </child> <child> <object class="GtkToolButton" id="Home-SuperScript"> - <property name="visible">False</property> + <property name="visible">True</property> <property name="can_focus">False</property> <property name="action_name">.uno:SuperScript</property> </object> @@ -3515,10 +3518,8 @@ <object class="GtkSeparator" id="separator78"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="halign">end</property> <property name="margin_top">5</property> <property name="margin_bottom">5</property> - <property name="hexpand">True</property> <property name="orientation">vertical</property> </object> <packing> |