summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-17 20:42:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-18 09:46:16 +0200
commit7494eb0a847384599c88b66a159073c3ba056ac5 (patch)
treefbe14d177a87e2a7286ee6d0ddcbb6f29177bfe8 /starmath
parent35ab9969852dc2f95dde9f9ed5e12e9af9744c68 (diff)
GtkCellRendererText 'text" attrib is the index of the text into the model
and we need a trailing "id" column for [s|g]et_id which is assumed to exist Change-Id: Icb32e78ac76443cc15ca70f2e9248b92791b7890 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134494 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/uiconfig/smath/ui/sidebarelements_math.ui4
1 files changed, 3 insertions, 1 deletions
diff --git a/starmath/uiconfig/smath/ui/sidebarelements_math.ui b/starmath/uiconfig/smath/ui/sidebarelements_math.ui
index 3b18a2a9e301..36d40a75c28b 100644
--- a/starmath/uiconfig/smath/ui/sidebarelements_math.ui
+++ b/starmath/uiconfig/smath/ui/sidebarelements_math.ui
@@ -6,6 +6,8 @@
<columns>
<!-- column-name text -->
<column type="gchararray"/>
+ <!-- column-name id -->
+ <column type="gchararray"/>
</columns>
</object>
<object class="GtkPaned" id="MathElementsPanel">
@@ -41,7 +43,7 @@
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>
- <attribute name="text">1</attribute>
+ <attribute name="text">0</attribute>
</attributes>
</child>
</object>