Restoring grid nickname in manager
This commit is contained in:
@@ -76,6 +76,22 @@
|
||||
<combo_box max_chars="20" allow_text_entry="false" name="platform"
|
||||
height="18" width="200" left="120" bottom_delta="-4"
|
||||
follows="left|top" mouse_opaque="true" />
|
||||
<!-- Grid Nickname -->
|
||||
<text type="string" length="1" enabled="true" name="gridnick_label"
|
||||
height="10" width="100" left="12" bottom_delta="-22"
|
||||
h_pad="0" v_pad="0" halign="left"
|
||||
font="SansSerifSmall"
|
||||
follows="left|top" bg_visible="false" border_visible="false" mouse_opaque="true"
|
||||
drop_shadow_visible="true" border_drop_shadow_visible="false">
|
||||
Grid Nickname:
|
||||
</text>
|
||||
<line_editor max_length="25" enabled="false" name="gridnick"
|
||||
handle_edit_keys_directly="true"
|
||||
height="18" width="175" left="120" bottom_delta="-4"
|
||||
halign="right"
|
||||
font="SansSerifSmall"
|
||||
follows="left|top" border_visible="false" mouse_opaque="false"
|
||||
drop_shadow_visible="true" border_drop_shadow_visible="false" />
|
||||
<!-- Grid Name -->
|
||||
<text type="string" length="1" enabled="true" name="gridname_label"
|
||||
height="10" width="100" left="12" bottom_delta="-20"
|
||||
|
||||
Reference in New Issue
Block a user