[Libreoffice-commits] core.git: dbaccess/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 25 17:35:35 UTC 2020
dbaccess/uiconfig/ui/namematchingpage.ui | 24 ++----------------------
1 file changed, 2 insertions(+), 22 deletions(-)
New commits:
commit 9bb7f05793e208f6340a6bdac9e38d63d447552a
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Feb 25 11:57:43 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 25 18:35:02 2020 +0100
tdf#130915 second treeview doesn't use its checkboxes
so we end up with blank lines under gtk
Change-Id: I869c451dafe8dab0227ab8c914500ea059634c3a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89447
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/dbaccess/uiconfig/ui/namematchingpage.ui b/dbaccess/uiconfig/ui/namematchingpage.ui
index 8528976ba386..543f192c67bf 100644
--- a/dbaccess/uiconfig/ui/namematchingpage.ui
+++ b/dbaccess/uiconfig/ui/namematchingpage.ui
@@ -18,16 +18,10 @@
</object>
<object class="GtkTreeStore" id="liststore2">
<columns>
- <!-- column-name check1 -->
- <column type="gboolean"/>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name id -->
<column type="gchararray"/>
- <!-- column-name checkvis1 -->
- <column type="gboolean"/>
- <!-- column-name checktri1 -->
- <column type="gboolean"/>
</columns>
</object>
<object class="GtkBox" id="NameMatching">
@@ -230,25 +224,11 @@
<property name="vexpand">True</property>
<property name="model">liststore2</property>
<property name="headers_visible">False</property>
- <property name="search_column">1</property>
+ <property name="search_column">0</property>
<property name="show_expanders">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="Macro Library List-selection1"/>
</child>
- <child>
- <object class="GtkTreeViewColumn" id="treeviewcolumn6">
- <property name="resizable">True</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkCellRendererToggle" id="cellrenderer8"/>
- <attributes>
- <attribute name="visible">3</attribute>
- <attribute name="active">0</attribute>
- <attribute name="inconsistent">4</attribute>
- </attributes>
- </child>
- </object>
- </child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn7">
<property name="resizable">True</property>
@@ -256,7 +236,7 @@
<child>
<object class="GtkCellRendererText" id="cellrenderer7"/>
<attributes>
- <attribute name="text">1</attribute>
+ <attribute name="text">0</attribute>
</attributes>
</child>
</object>
More information about the Libreoffice-commits
mailing list