Skip to content

Commit fe8722e

Browse files
committed
createnet: Remove some unnecessary max_length annotations
Fixes: virt-manager#238 Signed-off-by: Cole Robinson <[email protected]>
1 parent f4eed36 commit fe8722e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/createnet.ui

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@
229229
<object class="GtkEntry" id="net-name">
230230
<property name="visible">True</property>
231231
<property name="can_focus">True</property>
232-
<property name="max_length">16</property>
233232
<property name="width_chars">25</property>
234233
<child internal-child="accessible">
235234
<object class="AtkObject" id="net-name-atkobject">
@@ -730,7 +729,6 @@
730729
<object class="GtkEntry" id="net-domain-name">
731730
<property name="visible">True</property>
732731
<property name="can_focus">True</property>
733-
<property name="max_length">20</property>
734732
<property name="invisible_char">●</property>
735733
<property name="width_chars">20</property>
736734
<child internal-child="accessible">

0 commit comments

Comments
 (0)