cui/uiconfig/ui/optfltrembedpage.ui | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)
New commits: commit d6996f399b82fb0482850829349a4bf1647529b2 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Wed Jan 10 20:23:39 2024 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Jan 11 11:07:24 2024 +0100 Resolves: tdf#159086 add sensitive model<->treeview mappings for checkboxes These are basically implicit in vcl. For gtk if they are used they have to exist in the .ui, and to keep in sync with vcl there is basically just the one pattern that is allowed. Change-Id: I0f5603239569e9d39379515313a35d82d9266480 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161899 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/cui/uiconfig/ui/optfltrembedpage.ui b/cui/uiconfig/ui/optfltrembedpage.ui index b5401ff8ca8d..899825752e99 100644 --- a/cui/uiconfig/ui/optfltrembedpage.ui +++ b/cui/uiconfig/ui/optfltrembedpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <object class="GtkTreeStore" id="liststore1"> @@ -26,6 +26,18 @@ <column type="gboolean"/> <!-- column-name checktri3 --> <column type="gboolean"/> + <!-- column-name weight1 --> + <column type="gint"/> + <!-- column-name weight2 --> + <column type="gint"/> + <!-- column-name weight3 --> + <column type="gint"/> + <!-- column-name sensitive1 --> + <column type="gboolean"/> + <!-- column-name sensitive2 --> + <column type="gboolean"/> + <!-- column-name sensitive3 --> + <column type="gboolean"/> </columns> </object> <!-- n-columns=2 n-rows=2 --> @@ -84,6 +96,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer5"/> <attributes> + <attribute name="sensitive">14</attribute> <attribute name="visible">5</attribute> <attribute name="active">0</attribute> </attributes> @@ -91,6 +104,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer8"/> <attributes> + <attribute name="sensitive">15</attribute> <attribute name="visible">6</attribute> <attribute name="active">1</attribute> </attributes> @@ -106,6 +120,7 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer7"/> <attributes> + <attribute name="sensitive">16</attribute> <attribute name="visible">7</attribute> <attribute name="active">2</attribute> </attributes>