[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - basctl/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 8 20:15:23 UTC 2020


 basctl/uiconfig/basicide/ui/defaultlanguage.ui |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 68072f4c0abbcfefcde930b779eb7703f5c91eb2
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Feb 7 16:27:15 2020 +0000
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sat Feb 8 21:14:54 2020 +0100

    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/+/88223
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

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>


More information about the Libreoffice-commits mailing list