[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - cui/uiconfig
Adolfo Jayme Barrientos (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 4 10:44:42 UTC 2020
cui/uiconfig/ui/aboutdialog.ui | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)
New commits:
commit 74d3471e74478a18c5a54ed4e9be83a5c0aadd8b
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Sat Jul 4 01:56:46 2020 -0500
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sat Jul 4 12:44:09 2020 +0200
Fix HIG spacing in About dialog
Change-Id: Ia67d5c8994c39a1e89c79e8d51a2a679cba73d3e
(cherry picked from commit 8bb495292019f1a59b58aee39716a2530e6f03fa)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97931
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 8f815ffa1850..9d17da2176f4 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.36.0 -->
+<!-- Generated with glade 3.22.2 -->
<interface domain="cui">
<requires lib="gtk+" version="3.20"/>
+ <object class="GtkImage" id="imCopy">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="stock">gtk-copy</property>
+ </object>
<object class="GtkDialog" id="AboutDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -54,6 +59,7 @@
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkImage" id="imAbout">
<property name="visible">True</property>
@@ -75,14 +81,13 @@
<object class="GtkImage" id="imBrand">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="halign">start</property>
+ <property name="halign">center</property>
<property name="valign">center</property>
<property name="margin_left">30</property>
<property name="margin_top">24</property>
<property name="margin_bottom">24</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="xalign">0.5</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -95,6 +100,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="margin_start">6</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="lbVersion">
<property name="visible">True</property>
@@ -266,7 +272,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">end</property>
- <property name="margin_bottom">12</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
@@ -287,7 +292,6 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
- <property name="margin_bottom">6</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" context="aboutdialog|copyright">This release was supplied by The Document Foundation.
@@ -306,7 +310,7 @@ LibreOffice was based on OpenOffice.org</property>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_bottom">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkLinkButton" id="btnCredits">
<property name="label" translatable="yes" context="aboutdialog|credits">Credits</property>
@@ -364,6 +368,7 @@ LibreOffice was based on OpenOffice.org</property>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkLabel" id="lbVersionInfo">
<property name="visible">True</property>
@@ -384,7 +389,6 @@ 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>
@@ -393,7 +397,6 @@ LibreOffice was based on OpenOffice.org</property>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="pack_type">start</property>
<property name="position">1</property>
</packing>
</child>
@@ -416,9 +419,4 @@ LibreOffice was based on OpenOffice.org</property>
<action-widget response="-7">btnClose</action-widget>
</action-widgets>
</object>
- <object class="GtkImage" id="imCopy">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="stock">gtk-copy</property>
- </object>
</interface>
More information about the Libreoffice-commits
mailing list