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

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


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

New commits:
commit 28df8d07929a8ecea11581ad2339e0fed2ffe274
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:15:40 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/+/88224
    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 9d6f90420613..18cc8667ef55 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