Skip to content
Snippets Groups Projects
Commit 63605366 authored by Erica Olsen's avatar Erica Olsen
Browse files

EXT-802 tentative checkmarks can be easily mistaken for true checkmarks -...

EXT-802 tentative checkmarks can be easily mistaken for true checkmarks - Changed color of disabled checkmark, updated test floaters
parent 86d5a065
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<colors> <colors>
<!-- Named Colors --> <!-- Named Colors -->
<color <color
name="EmphasisColor" name="EmphasisColor"
value="0.38 0.694 0.573 1" /> value="0.38 0.694 0.573 1" />
...@@ -69,11 +69,11 @@ ...@@ -69,11 +69,11 @@
<color <color
name="Transparent" name="Transparent"
value="0 0 0 0" /> value="0 0 0 0" />
<!-- UI Definitions --> <!-- UI Definitions -->
<color <color
name="AgentChatColor" name="AgentChatColor"
reference="LtGray" /> reference="LtGray" />
...@@ -115,13 +115,13 @@ ...@@ -115,13 +115,13 @@
reference="LtGray" /> reference="LtGray" />
<color <color
name="ButtonLabelDisabledColor" name="ButtonLabelDisabledColor"
reference="LtGray_50" /> reference="White_25" />
<color <color
name="ButtonLabelSelectedColor" name="ButtonLabelSelectedColor"
reference="White" /> reference="White" />
<color <color
name="ButtonLabelSelectedDisabledColor" name="ButtonLabelSelectedDisabledColor"
reference="White_50" /> reference="White_25" />
<color <color
name="ButtonSelectedBgColor" name="ButtonSelectedBgColor"
reference="Unused?" /> reference="Unused?" />
...@@ -307,7 +307,7 @@ ...@@ -307,7 +307,7 @@
reference="White"/> reference="White"/>
<color <color
name="GroupNotifyDimmedTextColor" name="GroupNotifyDimmedTextColor"
reference="DkGray"/> reference="DkGray"/>
<color <color
name="GroupOverTierColor" name="GroupOverTierColor"
value="0.43 0.06 0.06 1" /> value="0.43 0.06 0.06 1" />
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
reference="Unused?" /> reference="Unused?" />
<color <color
name="IconDisabledColor" name="IconDisabledColor"
reference="White_50" /> reference="White_25" />
<color <color
name="IconEnabledColor" name="IconEnabledColor"
reference="White" /> reference="White" />
...@@ -370,13 +370,13 @@ ...@@ -370,13 +370,13 @@
reference="Black" /> reference="Black" />
<color <color
name="LabelDisabledColor" name="LabelDisabledColor"
reference="White_50" /> reference="White_25" />
<color <color
name="LabelSelectedColor" name="LabelSelectedColor"
reference="White" /> reference="White" />
<color <color
name="LabelSelectedDisabledColor" name="LabelSelectedDisabledColor"
reference="White_50" /> reference="White_25" />
<color <color
name="LabelTextColor" name="LabelTextColor"
reference="LtGray" /> reference="LtGray" />
...@@ -558,7 +558,7 @@ ...@@ -558,7 +558,7 @@
name="ScrollBgReadOnlyColor" name="ScrollBgReadOnlyColor"
reference="Transparent" /> reference="Transparent" />
<color <color
name="ScrollBgWriteableColor" name="ScrollBgWriteableColor"
reference="White_05" /> reference="White_05" />
<color <color
name="ScrollDisabledColor" name="ScrollDisabledColor"
...@@ -592,7 +592,7 @@ ...@@ -592,7 +592,7 @@
reference="Unused?" /> reference="Unused?" />
<color <color
name="SliderDisabledThumbColor" name="SliderDisabledThumbColor"
reference="White_50" /> reference="White_25" />
<color <color
name="SliderThumbCenterColor" name="SliderThumbCenterColor"
reference="White" /> reference="White" />
...@@ -670,5 +670,5 @@ ...@@ -670,5 +670,5 @@
<color <color
name="SysWellItemSelected" name="SysWellItemSelected"
value="0.3 0.3 0.3 1.0" /> value="0.3 0.3 0.3 1.0" />
</colors> </colors>
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
name="floater_test_button" name="floater_test_button"
width="500"> width="500">
<button <button
height="20" height="23"
label="Generic Button" label="Generic Button"
layout="topleft" layout="topleft"
left="10" left="10"
...@@ -15,27 +15,27 @@ ...@@ -15,27 +15,27 @@
width="150" /> width="150" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
label="Bottom delta" label="Bottom delta"
layout="topleft" layout="topleft"
name="bottom_delta_button" /> name="bottom_delta_button" />
<button <button
bottom_delta="30" bottom_delta="30"
font="SansSerifSmall" font="SansSerifSmall"
height="20" height="23"
label="SansSerifSmall" label="SansSerifSmall"
layout="topleft" layout="topleft"
name="sans_serif_small_button" /> name="sans_serif_small_button" />
<button <button
auto_resize="true" auto_resize="true"
bottom_delta="30" bottom_delta="30"
height="20" height="23"
label="Auto Resize" label="Auto Resize"
layout="topleft" layout="topleft"
name="auto_resize_button" /> name="auto_resize_button" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
is_toggle="true" is_toggle="true"
label="Click Change Label" label="Click Change Label"
label_selected="New Label" label_selected="New Label"
...@@ -43,69 +43,69 @@ ...@@ -43,69 +43,69 @@
name="label_selected_button" /> name="label_selected_button" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
label="No Label Shadow" label="No Label Shadow"
label_shadow="false" label_shadow="false"
layout="topleft" layout="topleft"
name="label_shadow_button" /> name="label_shadow_button" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
label="Red Label" label="EmphasisColor Label"
label_color="red" label_color="EmphasisColor"
layout="topleft" layout="topleft"
name="label_color_button" /> name="label_color_button" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
is_toggle="true" is_toggle="true"
label="Red Label Selected" label="Toggle"
label_color_selected="red" label_color_selected="EmphasisColor"
label_selected="Red Label Selected" label_selected="Toggle on"
layout="topleft" layout="topleft"
name="label_color_selected_button" /> name="label_color_selected_button" />
<button <button
bottom_delta="30" bottom_delta="30"
enabled="false" enabled="false"
height="20" height="23"
label="Red Label Disabled" label="Disabled"
label_color_disabled="red" label_color_disabled="EmphasisColor"
label_selected="Red Label Selected" label_selected="Selected"
layout="topleft" layout="topleft"
name="label_color_disabled_button" /> name="label_color_disabled_button" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
highlight_color="red" highlight_color="EmphasisColor"
label="Red Highlight" label="Highlight"
layout="topleft" layout="topleft"
name="highlight_color_button" /> name="highlight_color_button" />
<button <button
bottom_delta="30" bottom_delta="30"
height="20" height="23"
hover_glow_amount="0" hover_glow_amount="0"
label="No Hover Glow" label="No Hover Glow"
layout="topleft" layout="topleft"
name="hover_glow_amount_button" /> name="hover_glow_amount_button" />
<button <button
height="30" height="16"
image_selected="object_cube_active.tga" image_selected="Move_Run_Off"
image_unselected="object_cube.tga" image_unselected="Move_Run_Off"
layout="topleft" layout="topleft"
left="200" left="200"
name="image_button" name="image_button"
picture_style="true" picture_style="true"
top="20" top="20"
width="30" /> width="16" />
<button <button
height="30" height="16"
image_color="red" image_color="EmphasisColor"
image_selected="object_cube_active.tga" image_selected="Move_Run_Off"
image_unselected="object_cube.tga" image_unselected="Move_Run_Off"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="image_color_button" name="image_color_button"
picture_style="true" picture_style="true"
top_pad="10" top_pad="10"
width="30" /> width="16" />
</floater> </floater>
...@@ -7,16 +7,16 @@ ...@@ -7,16 +7,16 @@
width="400"> width="400">
<check_box <check_box
control_name="ShowStartLocation" control_name="ShowStartLocation"
height="16" height="15"
initial_value="true" initial_value="true"
label="Show Start Location on Login Screen" label="Oh look it's a checkbox!"
layout="topleft" layout="topleft"
left="10" left="10"
name="show_location_checkbox" name="show_location_checkbox"
top="28" top="28"
width="256" /> width="256" />
<check_box <check_box
height="16" height="15"
label="Minimal Checkbox" label="Minimal Checkbox"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
width="150" /> width="150" />
<check_box <check_box
enabled="false" enabled="false"
height="16" height="15"
label="Disabled Checkbox" label="Disabled Checkbox"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
...@@ -33,26 +33,26 @@ ...@@ -33,26 +33,26 @@
top_pad="14" top_pad="14"
width="150" /> width="150" />
<check_box <check_box
height="16" height="15"
label="Text Enabled Red" label="Text Enabled Color"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="text_enabled_color_checkbox" name="text_enabled_color_checkbox"
text_enabled_color="red" text_enabled_color="EmphasisColor"
top_pad="14" top_pad="14"
width="150" /> width="150" />
<check_box <check_box
enabled="false" enabled="false"
height="16" height="15"
label="Text Disabled Red" label="Text Disabled Color"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="text_disabled_color_checkbox" name="text_disabled_color_checkbox"
text_disabled_color="red" text_disabled_color="EmphasisColor_35"
top_pad="14" top_pad="14"
width="150" /> width="150" />
<check_box <check_box
height="16" height="15"
initial_value="true" initial_value="true"
label="Initial Value Checked" label="Initial Value Checked"
layout="topleft" layout="topleft"
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
width="150" /> width="150" />
<check_box <check_box
font="Monospace" font="Monospace"
height="16" height="15"
label="Font Monospace" label="Font Monospace"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
......
...@@ -6,17 +6,18 @@ ...@@ -6,17 +6,18 @@
name="floater_test_spinner" name="floater_test_spinner"
width="450"> width="450">
<spinner <spinner
height="20" height="32"
label="Generic Spinner" label="Generic Spinner"
layout="topleft" layout="topleft"
left="10" left="10"
label_width="100"
name="generic_spinner" name="generic_spinner"
top="40" top="40"
width="350" /> width="350" />
<spinner <spinner
height="20" height="20"
label="Callback Spinner" label="Callback Spinner"
label_width="80" label_width="100"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
name="callback_spinner" name="callback_spinner"
......
...@@ -15,5 +15,5 @@ ...@@ -15,5 +15,5 @@
image_disabled="Checkbox_Off_Disabled" image_disabled="Checkbox_Off_Disabled"
image_disabled_selected="Checkbox_On_Disabled" image_disabled_selected="Checkbox_On_Disabled"
image_pressed="Checkbox_Press" image_pressed="Checkbox_Press"
image_pressed_selected="Checkbox_On_Press"/> image_pressed_selected="Checkbox_On_Press" />
</check_box> </check_box>
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