[Libreoffice-commits] core.git: vcl/uiconfig
Joren De Cuyper
joren.libreoffice at telenet.be
Sun Feb 10 13:42:39 PST 2013
vcl/uiconfig/ui/printdialog.ui | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 9b2c0cb728873c018ca18e5e5e9bd2d2b84530be
Author: Joren De Cuyper <joren.libreoffice at telenet.be>
Date: Sat Feb 9 20:59:06 2013 +0100
add 6 width border to toplevel widgets of printdialog
Change-Id: I415769aeda335d65a4a5dc03be56e26a860046e3
Reviewed-on: https://gerrit.libreoffice.org/2067
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index 227063e..a49737e 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -190,6 +190,7 @@
<object class="GtkBox" id="box3">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border_width">6</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkFrame" id="frame1">
@@ -910,6 +911,7 @@
<object class="GtkBox" id="customcontents">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border_width">6</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
@@ -934,6 +936,7 @@
<object class="GtkBox" id="box9">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border_width">6</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkFrame" id="frame5">
@@ -1368,6 +1371,7 @@
<object class="GtkFrame" id="frame6">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border_width">6</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
More information about the Libreoffice-commits
mailing list