Fix net select size. Set net select as read only

This commit is contained in:
Jean-Samuel Reynaud
2019-10-01 14:09:26 +02:00
parent fa8e23964d
commit dd1b053f91
2 changed files with 7 additions and 11 deletions

View File

@ -705,8 +705,8 @@
</object>
<object class="sizeritem" expanded="1">
<property name="border">5</property>
<property name="flag">wxALL</property>
<property name="proportion">0</property>
<property name="flag">wxALL|wxEXPAND</property>
<property name="proportion">1</property>
<object class="wxComboBox" expanded="1">
<property name="BottomDockable">1</property>
<property name="LeftDockable">1</property>
@ -754,7 +754,7 @@
<property name="selection">-1</property>
<property name="show">1</property>
<property name="size"></property>
<property name="style"></property>
<property name="style">wxCB_READONLY</property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip"></property>