[Libreoffice-commits] core.git: cui/uiconfig

Shubham Goyal (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 23 09:21:24 UTC 2019


 cui/uiconfig/ui/qrcodegen.ui |   37 ++++++++++++++++++++++++++-----------
 1 file changed, 26 insertions(+), 11 deletions(-)

New commits:
commit 58c9b9802ca7cbd6e6b11dda3e905742c1e4fb3c
Author:     Shubham Goyal <22shubh22 at gmail.com>
AuthorDate: Thu Aug 22 17:20:31 2019 +0530
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Fri Aug 23 11:20:25 2019 +0200

    tdf#126720 Fixing label length fix UI break
    
    Change-Id: I4fefc4fcb64388fb3c3ca35b73a7264b381d4e6f
    Reviewed-on: https://gerrit.libreoffice.org/77751
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Tested-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/qrcodegen.ui b/cui/uiconfig/ui/qrcodegen.ui
index a7523405ae10..4d39f12b7bf0 100644
--- a/cui/uiconfig/ui/qrcodegen.ui
+++ b/cui/uiconfig/ui/qrcodegen.ui
@@ -12,7 +12,7 @@
   <object class="GtkDialog" id="QrCodeGenDialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes" context="qrcodegen|QrCodeGenDialog">QR Code</property>
+    <property name="title" translatable="yes" context="qrcodegen|QrCodeGenDialog">QR Code Generator</property>
     <property name="modal">True</property>
     <property name="default_width">0</property>
     <property name="default_height">0</property>
@@ -102,7 +102,6 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="top_padding">6</property>
-                    <property name="left_padding">12</property>
                     <child>
                       <object class="GtkGrid">
                         <property name="visible">True</property>
@@ -127,9 +126,10 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="halign">start</property>
-                            <property name="label" translatable="yes" context="qrcodegen|label_text" comments="Text to be converted in qr">URL/Text :</property>
+                            <property name="label" translatable="yes" context="qrcodegen|label_text" comments="Text to be stored in the QR">URL/Text :</property>
                             <property name="use_underline">True</property>
                             <property name="mnemonic_widget">edit_text</property>
+                            <property name="xalign">0</property>
                           </object>
                           <packing>
                             <property name="left_attach">0</property>
@@ -141,9 +141,10 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="halign">start</property>
-                            <property name="label" translatable="yes" context="qrcodegen|label_border" comments="Set Border">Border :</property>
+                            <property name="label" translatable="yes" context="qrcodegen|label_border" comments="Set Border around QR">Border :</property>
                             <property name="use_underline">True</property>
                             <property name="mnemonic_widget">edit_border</property>
+                            <property name="xalign">0</property>
                           </object>
                           <packing>
                             <property name="left_attach">0</property>
@@ -151,12 +152,27 @@
                           </packing>
                         </child>
                         <child>
-                          <object class="GtkLabel" id="label_ecc">
+                          <object class="GtkGrid">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="halign">start</property>
-                            <property name="label" translatable="yes" context="qrcodegen|label_ecc" comments="Error correction while qr gen">Error Correction Level :</property>
-                            <property name="use_underline">True</property>
+                            <property name="row_spacing">2</property>
+                            <child>
+                              <object class="GtkLabel" id="label_ecc">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="halign">start</property>
+                                <property name="label" translatable="yes" context="qrcodegen|label_ecc" comments="Error Correction Level of QR code">Error Correction:</property>
+                                <property name="use_underline">True</property>
+                                <property name="xalign">0</property>
+                              </object>
+                              <packing>
+                                <property name="left_attach">0</property>
+                                <property name="top_attach">0</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
                           </object>
                           <packing>
                             <property name="left_attach">0</property>
@@ -182,8 +198,7 @@
                           <object class="GtkGrid">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="row_spacing">6</property>
-                            <property name="column_spacing">4</property>
+                            <property name="row_spacing">2</property>
                             <child>
                               <object class="GtkRadioButton" id="button_low">
                                 <property name="label" translatable="yes" context="qrcodegen|ErrorCorrection">Low</property>
@@ -266,7 +281,7 @@
                   <object class="GtkLabel">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes" context="qrcodegen|QR Code Properties">QR Code</property>
+                    <property name="label" translatable="yes" context="qrcodegen|QR Code Properties">Options</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
                     </attributes>


More information about the Libreoffice-commits mailing list