diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-05-28 04:50:21 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-05-28 04:51:48 -0500 |
commit | 60dd1527d2b59e63c9e6b73cfbe59ba6cefbba16 (patch) | |
tree | c438087410b8c7b292261c486607a413b74a99eb /sc/uiconfig/scalc/ui | |
parent | 8128d597224b55965c4f1bba3d824f193a55041b (diff) |
Improve alignment and use of space in Document Properties dialog
Change-Id: Id4da1138931ef1601541b7108a4e90b3656a5ccb
Diffstat (limited to 'sc/uiconfig/scalc/ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/statisticsinfopage.ui | 48 |
1 files changed, 14 insertions, 34 deletions
diff --git a/sc/uiconfig/scalc/ui/statisticsinfopage.ui b/sc/uiconfig/scalc/ui/statisticsinfopage.ui index f3f648db7158..a94e5dff1511 100644 --- a/sc/uiconfig/scalc/ui/statisticsinfopage.ui +++ b/sc/uiconfig/scalc/ui/statisticsinfopage.ui @@ -17,132 +17,112 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">12</property> - <property name="column_spacing">18</property> + <property name="row_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Number of Pages:</property> + <property name="halign">end</property> + <property name="label" translatable="yes">Pages:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">nopages</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="nopages"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> - <property name="xalign">0</property> - <property name="width_chars">10</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Number of Cells:</property> + <property name="halign">end</property> + <property name="label" translatable="yes">Cells:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">nocells</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="nocells"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> - <property name="xalign">0</property> - <property name="width_chars">10</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Number of Sheets:</property> + <property name="halign">end</property> + <property name="label" translatable="yes">Sheets:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">nosheets</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="nosheets"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="use_underline">True</property> - <property name="width_chars">10</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Number of Formula Groups:</property> + <property name="halign">end</property> + <property name="label" translatable="yes">Formula groups:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">noformula</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> <object class="GtkLabel" id="noformula"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="halign">start</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="use_underline">True</property> - <property name="width_chars">10</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> |