diff options
Diffstat (limited to 'sfx2/uiconfig/ui/documentfontspage.ui')
-rw-r--r-- | sfx2/uiconfig/ui/documentfontspage.ui | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/documentfontspage.ui b/sfx2/uiconfig/ui/documentfontspage.ui index 0003f477811e..89888e20934c 100644 --- a/sfx2/uiconfig/ui/documentfontspage.ui +++ b/sfx2/uiconfig/ui/documentfontspage.ui @@ -4,16 +4,15 @@ <object class="GtkGrid" id="DocumentFontsPage"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">12</property> - <property name="column_spacing">18</property> + <property name="border_width">6</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkCheckButton" id="embedFonts"> <property name="label" translatable="yes">_Embed fonts in the document</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> |