Combo box length fixed

pull/81/head
Ivan Yartsev 2 years ago
parent 1130e1fed5
commit 4edc14c8a3

@ -662,24 +662,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lblSetNameDevice">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-left">5</property>
<property name="margin-right">5</property>
<property name="margin-start">5</property>
<property name="margin-end">5</property>
<property name="margin-top">5</property>
<property name="margin-bottom">5</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
@ -3145,6 +3127,9 @@ translated and supported by community.</property>
<property name="can-focus">True</property>
<property name="model">liststoreGeneral</property>
<property name="search-column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="resizable">True</property>
@ -3417,6 +3402,9 @@ limit
<property name="can-focus">True</property>
<property name="model">liststoreDevice</property>
<property name="search-column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="resizable">True</property>
@ -3662,6 +3650,9 @@ for exceeding files</property>
<property name="can-focus">True</property>
<property name="model">liststoreUser</property>
<property name="search-column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="resizable">True</property>
@ -3939,6 +3930,9 @@ limit
<property name="can-focus">True</property>
<property name="model">liststoreGroups</property>
<property name="search-column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="resizable">True</property>
@ -4218,6 +4212,9 @@ limit
<property name="can-focus">True</property>
<property name="model">liststoreProject</property>
<property name="search-column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="resizable">True</property>

Loading…
Cancel
Save