Kaydet (Commit) c72c1f90 authored tarafından Michael Webster's avatar Michael Webster

interface.ui: Keep the space for the non-latin warning label reserved,

so when the label is shown, it doesn't resize the scroll boxes.
üst a2951989
......@@ -420,6 +420,8 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="vexpand">False</property>
<property name="border_width">15</property>
<child>
<object class="GtkSpinner" id="kb_spinner">
<property name="visible">True</property>
......@@ -452,6 +454,25 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkAlignment">
<property name="height_request">40</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkLabel" id="label_non_latin">
<property name="can_focus">False</property>
<property name="wrap">True</property>
</object>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkBox" id="hbox10">
<property name="visible">True</property>
......@@ -497,6 +518,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="min_content_height">280</property>
<child>
<object class="GtkTreeView" id="treeview_layouts">
<property name="visible">True</property>
......@@ -519,6 +541,8 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="min_content_height">280</property>
<property name="overlay_scrolling">False</property>
<child>
<object class="GtkTreeView" id="treeview_variants">
<property name="visible">True</property>
......@@ -557,18 +581,6 @@
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label_non_latin">
<property name="can_focus">False</property>
<property name="wrap">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">3</property>
<property name="position">5</property>
</packing>
</child>
</object>
<packing>
<property name="position">3</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment