[Libreoffice-commits] core.git: cui/uiconfig
Ilmari Lauhakangas (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 22 04:29:19 UTC 2020
cui/uiconfig/ui/aboutdialog.ui | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d91dba41d283db9bc83789ca258b1a6001d761ae
Author: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
AuthorDate: Wed Jun 17 15:44:58 2020 +0300
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Jun 22 06:28:44 2020 +0200
tdf#133662 Tweak position of copy version info button
Let's have it next to the Version Information heading
Change-Id: I12c028a5634bf49fc2a07e631919d488650b7b9e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96532
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index b2eb269f6a86..8f815ffa1850 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -384,6 +384,7 @@ LibreOffice was based on OpenOffice.org</property>
<object class="GtkButton" id="btnCopyVersion">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="margin_left">12</property>
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="aboutdialog|btnCopyVersionTooltip">Copy all version information in English</property>
<property name="image">imCopy</property>
@@ -392,7 +393,7 @@ LibreOffice was based on OpenOffice.org</property>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="pack_type">end</property>
+ <property name="pack_type">start</property>
<property name="position">1</property>
</packing>
</child>
More information about the Libreoffice-commits
mailing list