diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-05-11 10:17:18 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-05-15 13:31:35 +0200 |
commit | efa965969c6d3dfe5745a535605a6b9a482a03bd (patch) | |
tree | 64b255dbdf4511393bab0b2a81df336de64c16ed /cui/uiconfig/ui | |
parent | d2756dbd9b11bdfbf1d576381b8f9846a6fb7070 (diff) |
tdf#104005 Don't allow changing finalized properties
Change-Id: Ic9e42ba6aed2fadd0f28dfc6be0a639cdd16bb34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151660
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/aboutconfigdialog.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/aboutconfigdialog.ui b/cui/uiconfig/ui/aboutconfigdialog.ui index c6613a74acaa..0d930df1fcc7 100644 --- a/cui/uiconfig/ui/aboutconfigdialog.ui +++ b/cui/uiconfig/ui/aboutconfigdialog.ui @@ -16,6 +16,22 @@ <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> + <!-- column-name weight1 --> + <column type="gint"/> + <!-- column-name weight2 --> + <column type="gint"/> + <!-- column-name weight3 --> + <column type="gint"/> + <!-- column-name weight4 --> + <column type="gint"/> + <!-- column-name sensitive1 --> + <column type="gboolean"/> + <!-- column-name sensitive2 --> + <column type="gboolean"/> + <!-- column-name sensitive3 --> + <column type="gboolean"/> + <!-- column-name sensitive4 --> + <column type="gboolean"/> </columns> </object> <object class="GtkDialog" id="AboutConfig"> @@ -194,6 +210,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> + <property name="has-tooltip">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="model">liststore1</property> @@ -217,6 +234,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> + <attribute name="sensitive">10</attribute> <attribute name="text">1</attribute> </attributes> </child> @@ -231,6 +249,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext3"/> <attributes> + <attribute name="sensitive">11</attribute> <attribute name="text">2</attribute> </attributes> </child> @@ -245,6 +264,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext1"/> <attributes> + <attribute name="sensitive">12</attribute> <attribute name="text">3</attribute> </attributes> </child> @@ -259,6 +279,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext5"/> <attributes> + <attribute name="sensitive">13</attribute> <attribute name="text">4</attribute> </attributes> </child> |