diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-03-22 19:45:39 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-03-22 19:48:12 -0600 |
commit | ea59d42d2098e8be8b3ab9667922e8427ee4b714 (patch) | |
tree | 405dfa73bc7a85e7db58754dbeeae02600b34287 /cui | |
parent | 0be770d0f9445110a7f32d918e3185e308a65a17 (diff) |
Untangle locale label and trim some whitespace, tdf#90157
Change-Id: I07fc7269517f8157621118f3dea3a858051e454e
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/aboutdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui index aa4f01dbf499..18bc8ffc6c47 100644 --- a/cui/uiconfig/ui/aboutdialog.ui +++ b/cui/uiconfig/ui/aboutdialog.ui @@ -101,7 +101,7 @@ <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> - <property name="spacing">24</property> + <property name="spacing">12</property> <child> <object class="GtkLabel" id="logoreplacement"> <property name="can_focus">False</property> @@ -143,7 +143,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> |