diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-01-18 12:14:41 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-01-18 15:21:27 +0100 |
commit | 9060db3eb8acd33982244167147f4bfb543f0dc5 (patch) | |
tree | 501bd21e279bdba3ce3d372ec576612fda8de426 /cui | |
parent | f00fc7ee17153ff70fa4fb2052a5b555af0c054c (diff) |
Resolves: tdf#120745 - Firefox themes UI
Indent the images of the preinstalled theme
Change-Id: I9f4b250ba6eb7663e0631a983244311c08646274
Reviewed-on: https://gerrit.libreoffice.org/66583
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index 618bb4a84920..56ae2dfb089a 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -64,6 +64,10 @@ <object class="GtkGrid"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="margin_left">24</property> + <property name="margin_right">6</property> + <property name="row_spacing">1</property> + <property name="column_spacing">1</property> <child> <object class="GtkButton" id="default1"> <property name="can_focus">True</property> |