Skip to content

Commit

Permalink
GUI: update labels page ui file for Gtk3
Browse files Browse the repository at this point in the history
Updates #770
  • Loading branch information
shawnlaffan committed Nov 1, 2020
1 parent c252a93 commit 7a2f856
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bin/ui/hboxLabelsPage.ui
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="2.18"/>
<!-- interface-naming-policy toplevel-contextual -->
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1"/>
<object class="GtkAdjustment" id="adjustment2"/>
<object class="GtkAdjustment" id="adjustment3"/>
Expand All @@ -17,7 +16,6 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="toolbar_style">icons</property>
<property name="tooltips">False</property>
<child>
<object class="GtkToolItem" id="toolitemLabelsSelect">
<property name="visible">True</property>
Expand Down Expand Up @@ -355,6 +353,9 @@ Does not affect the vertical connectors.</property>
<property name="can_focus">True</property>
<property name="search_column">0</property>
<property name="show_expanders">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
</child>
</object>
Expand All @@ -373,6 +374,9 @@ Does not affect the vertical connectors.</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Sorting this list also sorts the columns of the matrix.</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection2"/>
</child>
</object>
</child>
</object>
Expand Down

0 comments on commit 7a2f856

Please sign in to comment.