[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - dbaccess/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 21 14:24:10 UTC 2020


 dbaccess/uiconfig/ui/tablesjoindialog.ui |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 932afa101df9c762691d3e914f66b763dfbb7f30
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 21 14:01:09 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jul 21 16:23:36 2020 +0200

    silence warning about missing attribute
    
    Change-Id: I55bcba45cd79c0e05befc33504b8800e50867b89
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99062
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/uiconfig/ui/tablesjoindialog.ui b/dbaccess/uiconfig/ui/tablesjoindialog.ui
index ceb5185162c1..c727d7348baf 100644
--- a/dbaccess/uiconfig/ui/tablesjoindialog.ui
+++ b/dbaccess/uiconfig/ui/tablesjoindialog.ui
@@ -20,6 +20,8 @@
       <column type="gchararray"/>
       <!-- column-name id -->
       <column type="gchararray"/>
+      <!-- column-name weight -->
+      <column type="gint"/>
     </columns>
   </object>
   <object class="GtkDialog" id="TablesJoinDialog">
@@ -169,6 +171,7 @@
                           <object class="GtkCellRendererText" id="cellrenderertext6"/>
                           <attributes>
                             <attribute name="text">1</attribute>
+                            <attribute name="weight">3</attribute>
                           </attributes>
                         </child>
                       </object>


More information about the Libreoffice-commits mailing list