[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - uui/uiconfig
Yousuf Philips
philipz85 at hotmail.com
Mon Aug 22 11:15:11 UTC 2016
uui/uiconfig/ui/authfallback.ui | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 3770f3e5881831093ed54cbc7e9136c1efe59784
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Fri Aug 19 11:41:29 2016 +0400
tdf#87938 Reduce the width of the authentication dialog
Change-Id: I905c91be24dacd96cbce6eee2860350cfbf6700c
Reviewed-on: https://gerrit.libreoffice.org/28232
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
diff --git a/uui/uiconfig/ui/authfallback.ui b/uui/uiconfig/ui/authfallback.ui
index d99fa99..0084916 100644
--- a/uui/uiconfig/ui/authfallback.ui
+++ b/uui/uiconfig/ui/authfallback.ui
@@ -95,9 +95,11 @@
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">center</property>
<child>
<object class="GtkLabel" id="google_prefix_label">
<property name="can_focus">False</property>
+ <property name="margin_right">3</property>
<property name="label" translatable="no">G-</property>
</object>
<packing>
@@ -111,6 +113,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="invisible_char">●</property>
+ <property name="width_chars">6</property>
</object>
<packing>
<property name="expand">False</property>
More information about the Libreoffice-commits
mailing list