diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-21 14:01:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-21 16:42:03 +0200 |
commit | cd8ad90593232703e36e334c66ece8514ac915ae (patch) | |
tree | 095394963469185938332d172fe9a494532826c5 /dbaccess | |
parent | 120d377f803d8722a8741b0b456884a7789a60c5 (diff) |
silence warning about missing attribute
Change-Id: I55bcba45cd79c0e05befc33504b8800e50867b89
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99142
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/tablesjoindialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
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> |