[Libreoffice-commits] core.git: desktop/uiconfig
Laurent Godard
lgodard.libre at laposte.net
Mon Mar 2 12:14:23 PST 2015
desktop/uiconfig/ui/extensionmanager.ui | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit f16c427d5668e5fe9d41268e18a71cfca3aaf1c1
Author: Laurent Godard <lgodard.libre at laposte.net>
Date: Mon Mar 2 17:53:43 2015 +0100
correct control overlapping - minor UI refactoring
the gtk-cancel button overlapped the "adding extension" label if %EXTENSION_NAME is too long.
Change-Id: Ia6a650d7ff82853155da67527a1cdc865b01148e
Reviewed-on: https://gerrit.libreoffice.org/14717
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui
index 5e21515..7db4d20 100644
--- a/desktop/uiconfig/ui/extensionmanager.ui
+++ b/desktop/uiconfig/ui/extensionmanager.ui
@@ -199,12 +199,13 @@
<object class="GtkLabel" id="progressft">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="margin_left">50</property>
+ <property name="justify">right</property>
<property name="label" translatable="yes">Adding %EXTENSION_NAME</property>
</object>
<packing>
- <property name="left_attach">1</property>
+ <property name="left_attach">0</property>
<property name="top_attach">0</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
@@ -243,7 +244,7 @@
</object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">0</property>
+ <property name="top_attach">1</property>
</packing>
</child>
</object>
More information about the Libreoffice-commits
mailing list