Kaydet (Commit) 71efbe92 authored tarafından Yousuf Philips's avatar Yousuf Philips

Notebookbar Single: Fix context glitch and spacing

Change-Id: I9417b45b190bab746e5f9fa08b7076b4488bcf16
Reviewed-on: https://gerrit.libreoffice.org/49492Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
üst 18d78dac
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="halign">center</property> <property name="halign">center</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<property name="spacing">3</property> <property name="spacing">3</property>
<child> <child>
<object class="sfxlo-NotebookbarToolBox" id="file"> <object class="sfxlo-NotebookbarToolBox" id="file">
...@@ -761,7 +763,7 @@ ...@@ -761,7 +763,7 @@
</packing> </packing>
</child> </child>
<style> <style>
<class name="context-Text"/> <class name="context-any"/>
</style> </style>
</object> </object>
<packing> <packing>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment