Change in core[master]: Added dialog title, 6 px spacing on Print dialog like in 3.6...
Robert Roth (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Jan 31 14:17:01 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1951
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/51/1951/1
Added dialog title, 6 px spacing on Print dialog like in 3.6, fdo#59846
Change-Id: Id7c9ff4c7d7da830f9fdfb5046b627b5235c19be
---
M vcl/uiconfig/ui/printdialog.ui
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui
index ae1f41f..4ef0a6b 100644
--- a/vcl/uiconfig/ui/printdialog.ui
+++ b/vcl/uiconfig/ui/printdialog.ui
@@ -23,6 +23,7 @@
<object class="GtkDialog" id="PrintDialog">
<property name="can_focus">False</property>
<property name="border_width">5</property>
+ <property name="title" translatable="yes">Print</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -207,6 +208,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkExpander" id="expander">
<property name="visible">True</property>
@@ -383,7 +385,8 @@
<object class="GtkGrid" id="grid3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="column_spacing">7</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">6</property>
<child>
<object class="GtkSeparator" id="copyspacer">
<property name="visible">True</property>
@@ -402,6 +405,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkBox" id="box6">
<property name="visible">True</property>
@@ -497,12 +501,14 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkBox" id="box16">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="orientation">vertical</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="printallsheets">
<property name="label" translatable="yes">All sheets</property>
@@ -578,6 +584,7 @@
<property name="can_focus">False</property>
<property name="margin_left">6</property>
<property name="orientation">vertical</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkRadioButton" id="printallpages">
<property name="label" translatable="yes">All pages</property>
@@ -773,7 +780,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">3</property>
+ <property name="spacing">6</property>
<child>
<object class="GtkBox" id="box17">
<property name="visible">True</property>
@@ -943,6 +950,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="column_spacing">7</property>
<child>
<object class="GtkComboBox" id="paperspersheetlb">
@@ -1289,6 +1297,8 @@
<object class="GtkAlignment" id="alignment4">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
+ <property name="bottom_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkBox" id="box10">
@@ -1370,6 +1380,7 @@
<object class="GtkGrid" id="grid5">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkCheckButton" id="printtofile">
<property name="label" translatable="yes">Print to file</property>
--
To view, visit https://gerrit.libreoffice.org/1951
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id7c9ff4c7d7da830f9fdfb5046b627b5235c19be
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Robert Roth <robert.roth.off at gmail.com>
More information about the LibreOffice
mailing list