|
78 | 78 | left="70" |
79 | 79 | top="39" |
80 | 80 | name="sl_logo_small" /> |
81 | | - <combo_box |
| 81 | + <icon |
82 | 82 | left="40" |
83 | 83 | top_pad="30" |
| 84 | + width="220" |
| 85 | + height="28" |
| 86 | + image_name="TextField_Active" |
| 87 | + layout="topleft" |
| 88 | + follows="left|top" |
| 89 | + name="text_field_bg1" /> |
| 90 | + <combo_box |
| 91 | + left="40" |
| 92 | + top_delta="0" |
84 | 93 | allow_text_entry="true" |
85 | 94 | follows="left|top" |
86 | 95 | layout="topleft" |
|
96 | 105 | <combo_box.combo_button |
97 | 106 | image_overlay="ComboButton_Arrow" |
98 | 107 | image_overlay_right_delta="10" |
99 | | - image_unselected="ComboButton_White" |
| 108 | + image_unselected="ComboButton_Transparent" |
100 | 109 | hover_glow_amount="0" |
101 | | - image_selected="ComboButton_White" |
102 | | - image_disabled="ComboButton_White" /> |
| 110 | + image_selected="ComboButton_Transparent" |
| 111 | + image_disabled="ComboButton_Transparent" /> |
103 | 112 | <combo_box.combo_editor |
104 | | - background_image="Text_Field_Cropped" |
105 | | - background_image_disabled="Text_Field_Cropped" |
106 | | - background_image_focused="Text_Field_Cropped" |
| 113 | + background_image="TextField_Transparent" |
| 114 | + background_image_disabled="TextField_Transparent" |
| 115 | + background_image_focused="TextField_Transparent" |
107 | 116 | draw_focus_border="false" |
108 | 117 | text_pad_left="8" |
109 | 118 | bg_image_always_focused="true"/> |
|
173 | 182 | valign="center"> |
174 | 183 | Start here |
175 | 184 | </text> |
| 185 | + <icon |
| 186 | + top_pad="6" |
| 187 | + width="220" |
| 188 | + height="28" |
| 189 | + image_name="TextField_Active" |
| 190 | + layout="topleft" |
| 191 | + follows="left|top" |
| 192 | + name="text_field_bg2" /> |
176 | 193 | <combo_box |
177 | 194 | allow_text_entry="true" |
178 | 195 | control_name="NextLoginLocation" |
|
181 | 198 | height="28" |
182 | 199 | max_chars="128" |
183 | 200 | combo_editor.font="SansSerifLarge" |
184 | | - top_pad="6" |
| 201 | + top_delta="0" |
185 | 202 | name="start_location_combo" |
186 | 203 | width="220" |
187 | 204 | combo_button.scale_image="true"> |
188 | 205 | <combo_box.combo_button |
189 | 206 | image_overlay="ComboButton_Arrow" |
190 | 207 | hover_glow_amount="0" |
191 | 208 | image_overlay_right_delta="10" |
192 | | - image_unselected="ComboButton_White" |
193 | | - image_selected="ComboButton_White" |
194 | | - image_disabled="ComboButton_White" /> |
| 209 | + image_unselected="ComboButton_Transparent" |
| 210 | + image_selected="ComboButton_Transparent" |
| 211 | + image_disabled="ComboButton_Transparent" /> |
195 | 212 | <combo_box.combo_editor |
196 | | - background_image="Text_Field_Cropped" |
197 | | - background_image_disabled="Text_Field_Cropped" |
198 | | - background_image_focused="Text_Field_Cropped" |
| 213 | + background_image="TextField_Transparent" |
| 214 | + background_image_disabled="TextField_Transparent" |
| 215 | + background_image_focused="TextField_Transparent" |
199 | 216 | draw_focus_border="false" |
200 | 217 | text_pad_left="8" |
201 | 218 | bg_image_always_focused="true"/> |
|
0 commit comments