diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-25 11:57:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-25 18:35:02 +0100 |
commit | 9bb7f05793e208f6340a6bdac9e38d63d447552a (patch) | |
tree | 1628a4b236fe4fe1856bcd9b56db683579371821 | |
parent | 214e6caf2c503d817c47ebcc419e4f7e33b336ac (diff) |
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@redhat.com>
-rw-r--r-- | dbaccess/uiconfig/ui/namematchingpage.ui | 24 |
1 files changed, 2 insertions, 22 deletions
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,33 +224,19 @@ <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> <property name="spacing">6</property> <child> <object class="GtkCellRendererText" id="cellrenderer7"/> <attributes> - <attribute name="text">1</attribute> + <attribute name="text">0</attribute> </attributes> </child> </object> |