diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-07 16:27:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-08 12:15:01 +0100 |
commit | 7591ef66c6de25762d85e45365e598ff586df65c (patch) | |
tree | 5ff1cf21f433905dc563a42649c7306fd43fd7fc /basctl/uiconfig | |
parent | 87030862d4750b456f876dc48310d87ed48848f0 (diff) |
crash in manage languages in basic ide
when there is more than one language, there needs to be two separate
columns with a renderer each, not one column with two renderers
Change-Id: Id4f2c9938fd3bd0aa3e006166df6081d57ef57df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88222
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/uiconfig')
-rw-r--r-- | basctl/uiconfig/basicide/ui/defaultlanguage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/basctl/uiconfig/basicide/ui/defaultlanguage.ui b/basctl/uiconfig/basicide/ui/defaultlanguage.ui index 3904d8afc59e..88c9f1f2c5ba 100644 --- a/basctl/uiconfig/basicide/ui/defaultlanguage.ui +++ b/basctl/uiconfig/basicide/ui/defaultlanguage.ui @@ -181,6 +181,7 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="search_column">1</property> + <property name="show_expanders">False</property> <property name="enable_tree_lines">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="Macro Library List-selection2"/> @@ -195,6 +196,11 @@ <attribute name="active">0</attribute> </attributes> </child> + </object> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn4"> + <property name="spacing">6</property> <child> <object class="GtkCellRendererText" id="cellrenderertext1"/> <attributes> |