fixed up the login panel a tiny bit

This commit is contained in:
Hazim Gazov
2010-04-28 16:31:33 -03:00
parent 5c25824144
commit ab2e1c9702
8 changed files with 69 additions and 55 deletions

View File

@@ -104,32 +104,37 @@
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="54" drop_shadow_visible="true" follows="left|bottom"
font="SansSerif" h_pad="0" halign="left" height="16"
left="800" mouse_opaque="true" name="channel_text" v_pad="0" width="120">
left="750" mouse_opaque="true" name="channel_text" v_pad="0" width="120" font_size="small">
Channel:
</text>
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true"
height="20" left_delta="64" max_length="64" mouse_opaque="true"
name="channel_edit" select_all_on_focus_received="true" width="320" />
name="channel_edit" select_all_on_focus_received="true" width="230" font_size="small" />
<check_box bottom="31" follows="left|bottom" font="SansSerifSmall" height="16"
initial_value="false" label="MAC:" control_name="SpecifyMAC"
left="800" mouse_opaque="true" name="mac_check" width="138" />
left="750" mouse_opaque="true" name="mac_check" width="138" font_size="small" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true"
height="20" left_delta="64" max_length="32" mouse_opaque="true"
name="mac_edit" select_all_on_focus_received="true" width="320" enabled="false" />
name="mac_edit" select_all_on_focus_received="true" width="230" enabled="false" font_size="small" />
<check_box bottom="8" follows="left|bottom" font="SansSerifSmall" height="16"
initial_value="false" label="ID0:" control_name="SpecifyID0"
left="800" mouse_opaque="true" name="id0_check" width="138" />
left="750" mouse_opaque="true" name="id0_check" width="138" font_size="small" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="0"
follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true"
follows="left|bottom" font="SansSerif" font_size="8pt" handle_edit_keys_directly="true"
height="20" left_delta="64" max_length="32" mouse_opaque="true"
name="id0_edit" select_all_on_focus_received="true" width="320" enabled="false" />
name="id0_edit" select_all_on_focus_received="true" width="230" enabled="false" font_size="small" />
<panel border="true" bottom_delta="0" follows="left|top|right|bottom" height="20"
label="Version" left="1000" name="General" width="270">
BIDOOF
</panel>
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="54" drop_shadow_visible="true" follows="left|bottom"
font="SansSerif" h_pad="0" halign="left" height="16"
left="1100" mouse_opaque="true" name="channel_text" v_pad="0" width="120" font_size="small">
Version:
</text>
<spinner decimal_digits="0" follows="left|bottom" height="16"
increment="1" initial_val="0" label="Maj" label_width="10" left_delta="20"
max_val="512" min_val="0" mouse_opaque="true" name="Ver Maj"
text_enabled_color="110, 15, 15, 255" width="87" font_size="small" />
</panel>