diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2018-02-09 16:34:15 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2018-02-13 07:41:42 +0100 |
commit | 71efbe9244818ae5a4245e7c7854b81fbafd16f7 (patch) | |
tree | c1404184c5f5fe00e9035ffe8c733d7bd3384b3e /sw/uiconfig/swriter/ui | |
parent | 18d78dac064bdb16c54c89563d8df22803e84083 (diff) |
Notebookbar Single: Fix context glitch and spacing
Change-Id: I9417b45b190bab746e5f9fa08b7076b4488bcf16
Reviewed-on: https://gerrit.libreoffice.org/49492
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_single.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/notebookbar_single.ui b/sw/uiconfig/swriter/ui/notebookbar_single.ui index 7266c9019dbc..e75440e41e2a 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_single.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_single.ui @@ -20,6 +20,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">center</property> + <property name="margin_top">6</property> + <property name="margin_bottom">6</property> <property name="spacing">3</property> <child> <object class="sfxlo-NotebookbarToolBox" id="file"> @@ -761,7 +763,7 @@ </packing> </child> <style> - <class name="context-Text"/> + <class name="context-any"/> </style> </object> <packing> |