summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2020-06-17 15:44:58 +0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-06-22 08:43:22 +0200
commita3519bbe6afa1a5f8b8c9543bc3fa8e53b145bf6 (patch)
tree086c2cac2a70e2bf444f213a2539c36dbac6871c /cui
parentc19bc04920df332a2c1f89b7e5ee4ef70e028bf5 (diff)
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@ubuntu.com> (cherry picked from commit 50360bfeae5e562209f9ec40e85032d7d532ab43) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96792
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/aboutdialog.ui3
1 files changed, 2 insertions, 1 deletions
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>