quick hax to get inputting texture UUIDs working in the texture picker

This commit is contained in:
Hazim Gazov
2010-05-16 04:05:23 -03:00
parent 01dd55579a
commit 31568240fd
2 changed files with 56 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater bottom="-516" can_close="true" can_drag_on_left="false" can_minimize="false"
can_resize="true" can_tear_off="true" enabled="true" height="310"
left="478" min_height="310" min_width="410" mouse_opaque="true"
can_resize="true" can_tear_off="true" enabled="true" height="320"
left="478" min_height="320" min_width="410" mouse_opaque="true"
name="texture picker" title="Pick: Texture" width="410">
<string name="choose_picture">
Click to choose a picture
@@ -54,10 +54,14 @@
<button bottom="-282" enabled="true" follows="right|bottom" font="SansSerif"
halign="center" height="20" label="Select" label_selected="Select"
left="290" mouse_opaque="true" name="Select" scale_image="true" width="100" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-10"
follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true"
height="20" max_length="36" mouse_opaque="true"
name="texture_uuid" select_all_on_focus_received="false" width="230" />
<line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="10"
left="8" follows="bottom" font="SansSerif" handle_edit_keys_directly="true"
height="20" max_length="36" mouse_opaque="true" name="texture_uuid"
select_all_on_focus_received="false" width="230" />
<button enabled="true" follows="top|right" font="SansSerif"
height="20" label="Apply UUID" label_selected="Apply UUID"
right="340" bottom_delta="0" mouse_opaque="true"
name="ApplyUUID" scale_image="true" width="100" />
<string name="pick title">
Pick:
</string>