filter/uiconfig/ui/pdfuserinterfacepage.ui | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit 62aec37627c30c56b4ec7c04bc194cabff6a3e14 Author: Caolán McNamara <[email protected]> Date: Thu Jun 27 16:49:35 2013 +0100 use standard row spacing Change-Id: Icbdc1399d4abd9222c1b1fced68c1e3012b05020 diff --git a/filter/uiconfig/ui/pdfuserinterfacepage.ui b/filter/uiconfig/ui/pdfuserinterfacepage.ui index 3cc3fe2..5cdbb7ee 100644 --- a/filter/uiconfig/ui/pdfuserinterfacepage.ui +++ b/filter/uiconfig/ui/pdfuserinterfacepage.ui @@ -18,7 +18,7 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> + <property name="row_spacing">12</property> <property name="column_spacing">12</property> <property name="column_homogeneous">True</property> <child> @@ -37,6 +37,7 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="center"> <property name="label" translatable="yes">_Center window on screen</property> @@ -147,6 +148,7 @@ <object class="GtkGrid" id="grid4"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="toolbar"> <property name="label" translatable="yes">Hide _toolbar</property> @@ -295,6 +297,8 @@ <object class="GtkGrid" id="grid5"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkRadioButton" id="allbookmarks"> <property name="label" translatable="yes">_All bookmark levels</property>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
