[PATCH] add 6 width border to toplevel widgets of printdialog
Joren De Cuyper (via Code Review)
gerrit at gerrit.libreoffice.org
Sat Feb 9 11:59:43 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2067
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/2067/1
add 6 width border to toplevel widgets of printdialog
Change-Id: I415769aeda335d65a4a5dc03be56e26a860046e3
---
M vcl/uiconfig/ui/printdialog.ui
1 file changed, 4 insertions(+), 0 deletions(-)
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>
--
To view, visit https://gerrit.libreoffice.org/2067
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I415769aeda335d65a4a5dc03be56e26a860046e3
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>
More information about the LibreOffice
mailing list