diff options
author | Stefan Knorr <heinzlesspam@gmail.com> | 2013-07-28 00:04:29 +0200 |
---|---|---|
committer | Stefan Knorr <heinzlesspam@gmail.com> | 2013-07-28 12:17:14 +0200 |
commit | e437dab84256bfabf2c5f5164d6ec55476281701 (patch) | |
tree | 451001a2f44b00126e1c1237793649cbcf1f2f40 /sw | |
parent | 9e033148e043d03786619fd576f8d26f37dc6558 (diff) |
Try to improve visual appearance of Word Count dialog
Change-Id: Ie51aeb7de1ac0efd2ae90bccd5121e9f34fbe88b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/wordcount.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/uiconfig/swriter/ui/wordcount.ui b/sw/uiconfig/swriter/ui/wordcount.ui index 0aff65344f66..3570476e3780 100644 --- a/sw/uiconfig/swriter/ui/wordcount.ui +++ b/sw/uiconfig/swriter/ui/wordcount.ui @@ -28,6 +28,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> + <property name="secondary">True</property> </packing> </child> <child> @@ -57,6 +58,8 @@ <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="margin_left">6</property> + <property name="margin_right">6</property> <property name="hexpand">True</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> @@ -64,8 +67,8 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="xpad">10</property> + <property name="margin_bottom">6</property> + <property name="xalign">1</property> <property name="label" translatable="yes">Words</property> </object> <packing> @@ -79,8 +82,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="xpad">10</property> + <property name="xalign">1</property> <property name="label" translatable="yes">Characters including spaces</property> </object> <packing> @@ -94,8 +96,7 @@ <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="xpad">10</property> + <property name="xalign">1</property> <property name="label" translatable="yes">Characters excluding spaces</property> </object> <packing> @@ -245,8 +246,7 @@ <object class="GtkLabel" id="cjkcharsft"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="xalign">0</property> - <property name="xpad">10</property> + <property name="xalign">1</property> <property name="label" translatable="yes">Asian characters and Korean syllables</property> </object> <packing> |