Skip to content
Snippets Groups Projects
Commit 6ce9f3b0 authored by Erica's avatar Erica
Browse files

EXT-2160 texture picker cancel button should be on the right, General texture...

EXT-2160 texture picker cancel button should be on the right, General texture and color picker cleanup
parent 3e7c26f3
No related branches found
No related tags found
No related merge requests found
...@@ -168,26 +168,29 @@ ...@@ -168,26 +168,29 @@
<check_box <check_box
follows="left|bottom" follows="left|bottom"
height="20" height="20"
label="Apply Now" label="Apply now"
layout="topleft" layout="topleft"
left="12" left="12"
name="apply_immediate" name="apply_immediate"
top_pad="185" top_pad="185"
width="100" /> width="100" />
<button <button
follows="left|top" follows="left|bottom"
height="32" height="28"
image_selected="eye_button_active.tga"
image_unselected="eye_button_inactive.tga"
layout="topleft" layout="topleft"
left_pad="30" left_pad="50"
name="color_pipette" name="Pipette"
width="32" /> width="28" />
<button <button
follows="right|bottom" follows="right|bottom"
height="20" height="20"
label="Ok" label="Ok"
label_selected="Select" label_selected="Ok"
layout="topleft" layout="topleft"
left_pad="50" right="-120"
top_delta="9"
name="select_btn" name="select_btn"
width="100" /> width="100" />
<button <button
...@@ -197,6 +200,7 @@ ...@@ -197,6 +200,7 @@
label_selected="Cancel" label_selected="Cancel"
layout="topleft" layout="topleft"
left_pad="5" left_pad="5"
right="-10"
name="cancel_btn" name="cancel_btn"
width="100" /> width="100" />
<text <text
......
...@@ -23,14 +23,16 @@ ...@@ -23,14 +23,16 @@
type="string" type="string"
length="1" length="1"
follows="left|top" follows="left|top"
text_color="White"
font="SansSerifBig"
halign="center" halign="center"
height="14" height="17"
layout="topleft" layout="topleft"
left="4" left="4"
name="Multiple" name="Multiple"
top="96" top="96"
width="163"> width="163">
Multiple Multiple textures
</text> </text>
<text <text
type="string" type="string"
...@@ -42,7 +44,7 @@ ...@@ -42,7 +44,7 @@
name="unknown" name="unknown"
top_pad="80" top_pad="80"
width="163"> width="163">
Dimensions: [DIMENSIONS] Size: [DIMENSIONS]
</text> </text>
<button <button
enabled="false" enabled="false"
...@@ -55,7 +57,7 @@ ...@@ -55,7 +57,7 @@
left_delta="0" left_delta="0"
name="Default" name="Default"
top_pad="4" top_pad="4"
width="64" /> width="80" />
<button <button
enabled="false" enabled="false"
follows="left|bottom" follows="left|bottom"
...@@ -67,7 +69,7 @@ ...@@ -67,7 +69,7 @@
left_pad="4" left_pad="4"
name="None" name="None"
top_delta="0" top_delta="0"
width="64" /> width="80" />
<button <button
follows="left|bottom" follows="left|bottom"
font="SansSerifSmall" font="SansSerifSmall"
...@@ -77,74 +79,75 @@ ...@@ -77,74 +79,75 @@
layout="topleft" layout="topleft"
left="4" left="4"
name="Blank" name="Blank"
top="232" top_pad="5"
width="64" /> width="80" />
<check_box <button
height="24" follows="left|bottom"
height="28"
image_selected="eye_button_active.tga"
image_unselected="eye_button_inactive.tga"
layout="topleft"
left_pad="50"
top_delta="3"
name="Pipette"
width="28" />
<check_box
follows="left|bottom"
height="20"
initial_value="true" initial_value="true"
label="Show Folders" label="Apply now"
layout="topleft" layout="topleft"
left="175" left="4"
name="show_folders_check" name="apply_immediate_check"
top="20" top="262"
width="201" /> width="120" />
<filter_editor <filter_editor
follows="left|top|right" follows="left|top|right"
height="16" height="23"
label="Type here to search" label="Filter textures"
layout="topleft" layout="topleft"
left_delta="0" left="175"
name="inventory search editor" name="inventory search editor"
top_delta="0" top="20"
width="231" /> width="231" />
<inventory_panel <inventory_panel
allow_multi_select="false" allow_multi_select="false"
border="true" bg_visible="true"
follows="left|top|right|bottom" bg_alpha_color="DkGray2"
height="216" border="false"
follows="all"
height="200"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="inventory panel" name="inventory panel"
top_pad="4" top_pad="4"
width="231" /> width="231" />
<check_box <check_box
follows="left|bottom" height="14"
height="20" initial_value="false"
initial_value="true" label="Show folders"
label="Apply Immediately"
layout="topleft"
left="4"
name="apply_immediate_check"
top="262"
width="150" />
<button
follows="left|bottom"
height="32"
image_selected="eye_button_active.tga"
image_unselected="eye_button_inactive.tga"
layout="topleft" layout="topleft"
left="139" name="show_folders_check"
name="Pipette" top_pad="0"
top="250" left_delta="-3"
width="32" /> width="200" />
<button <button
follows="right|bottom" follows="right|bottom"
height="20" height="20"
label="Cancel" label="Ok"
label_selected="Cancel" label_selected="Ok"
layout="topleft" layout="topleft"
left="186" right="-120"
name="Cancel" name="Select"
top="262"
width="100" /> width="100" />
<button <button
follows="right|bottom" follows="right|bottom"
height="20" height="20"
label="Select" label="Cancel"
label_selected="Select" label_selected="Cancel"
layout="topleft" layout="topleft"
left_pad="4" right="-10"
name="Select" left_pad="5"
top_delta="0" name="Cancel"
width="100" /> width="100" />
</floater> </floater>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment