diff options
Diffstat (limited to 'cui/uiconfig/ui/applyautofmtpage.ui')
-rw-r--r-- | cui/uiconfig/ui/applyautofmtpage.ui | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/applyautofmtpage.ui b/cui/uiconfig/ui/applyautofmtpage.ui index 45ca15dd7788..35abba54df6f 100644 --- a/cui/uiconfig/ui/applyautofmtpage.ui +++ b/cui/uiconfig/ui/applyautofmtpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.22.2 --> <interface domain="cui"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -8,6 +8,8 @@ <column type="gboolean"/> <!-- column-name check2 --> <column type="gboolean"/> + <!-- column-name check3 --> + <column type="gboolean"/> <!-- column-name text --> <column type="gchararray"/> <!-- column-name id --> @@ -16,10 +18,14 @@ <column type="gboolean"/> <!-- column-name checkvis2 --> <column type="gboolean"/> + <!-- column-name checkvis3 --> + <column type="gboolean"/> <!-- column-name checktri1 --> <column type="gboolean"/> <!-- column-name checktri2 --> <column type="gboolean"/> + <!-- column-name checktri3 --> + <column type="gboolean"/> </columns> </object> <object class="GtkBox" id="ApplyAutoFmtPage"> @@ -122,12 +128,19 @@ <property name="title" translatable="yes" context="applyautofmtpage|m">[M]</property> <property name="alignment">0.5</property> <child> - <object class="GtkCellRendererToggle" id="cellrenderer1"/> + <object class="GtkCellRendererToggle" id="cellrenderer0"/> <attributes> - <attribute name="visible">4</attribute> + <attribute name="visible">5</attribute> <attribute name="active">0</attribute> </attributes> </child> + <child> + <object class="GtkCellRendererToggle" id="cellrenderer1"/> + <attributes> + <attribute name="visible">6</attribute> + <attribute name="active">1</attribute> + </attributes> + </child> </object> </child> <child> @@ -139,8 +152,8 @@ <child> <object class="GtkCellRendererToggle" id="cellrenderer2"/> <attributes> - <attribute name="visible">5</attribute> - <attribute name="active">1</attribute> + <attribute name="visible">7</attribute> + <attribute name="active">2</attribute> </attributes> </child> </object> @@ -152,7 +165,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderer3"/> <attributes> - <attribute name="text">2</attribute> + <attribute name="text">3</attribute> </attributes> </child> </object> |