Increased RTL_TCP address size to allow for port

This commit is contained in:
Mark J. Fine 2022-12-14 21:12:07 -05:00
parent 6069f6c503
commit b945e3611a
1 changed files with 2 additions and 2 deletions

View File

@ -1601,8 +1601,8 @@
<property name="sensitive">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">RTL-TCP listening address</property>
<property name="max_length">16</property>
<property name="max_width_chars">16</property>
<property name="max_length">21</property>
<property name="max_width_chars">21</property>
</object>
<packing>
<property name="left_attach">1</property>