|
7 | 7 | <children> |
8 | 8 |
|
9 | 9 | <Rectangle id="panelBackdrop" translation="[0, 0]" width="1920" height="1080" color="#000000" opacity="0.70" /> |
10 | | - <Rectangle id="panelBackground" translation="[1120, 0]" width="800" height="1080" color="#101826" /> |
| 10 | + <Rectangle id="panelBackground" translation="[1120, 0]" width="800" height="1080" color="#101010" /> |
11 | 11 |
|
12 | | - <Text id="path" translation="[1140, 160]" font="font:SmallestBoldSystemFont" /> |
| 12 | + <ScrollingText id="path" translation="[1146, 22]" font="font:SmallBoldSystemFont" maxWidth="747" /> |
13 | 13 | <MultiStyleLabel id="version" translation="[1140, 1020]" /> |
14 | 14 |
|
15 | 15 | <MarkupList |
16 | | - translation="[1146, 220]" |
| 16 | + translation="[1146, 80]" |
17 | 17 | id="settingsMenu" |
18 | 18 | itemComponentName="SettingsMenuItem" |
19 | 19 | itemSize="[747, 120]" |
20 | 20 | itemSpacing="[0,10]" |
21 | | - numRows="6" |
22 | | - vertFocusAnimationStyle="floatingFocus" /> |
| 21 | + numRows="7" |
| 22 | + vertFocusAnimationStyle="floatingFocus" |
| 23 | + skipFocusAnimations="true" /> |
23 | 24 |
|
24 | | - <Text id="settingDesc" translation="[180, 180]" width="880" wrap="true" horizAlign="left" visible="false" /> |
| 25 | + <Text id="settingDesc" translation="[110, 180]" width="880" wrap="true" horizAlign="left" visible="false" /> |
25 | 26 |
|
26 | | - <RadioButtonList id="radioSetting" numRows="6" vertFocusAnimationStyle="floatingFocus" translation="[280, 280]" visible="false" /> |
| 27 | + <RadioButtonList id="radioSetting" numRows="6" vertFocusAnimationStyle="floatingFocus" translation="[290, 350]" visible="false" /> |
27 | 28 |
|
28 | | - <RadioButtonList id="boolSetting" vertFocusAnimationStyle="floatingFocus" translation="[560, 400]" visible="false"> |
| 29 | + <RadioButtonList id="boolSetting" vertFocusAnimationStyle="floatingFocus" translation="[290, 400]" visible="false"> |
29 | 30 | <ContentNode role="content"> |
30 | 31 | <ContentNode title="Disabled" /> |
31 | 32 | <ContentNode title="Enabled" /> |
|
34 | 35 |
|
35 | 36 | <ColorGrid |
36 | 37 | id="colorgrid" |
37 | | - translation="[60, 240]" |
| 38 | + translation="[60, 400]" |
38 | 39 | itemComponentName="ColorOption" |
39 | 40 | numColumns="15" |
40 | 41 | numRows="9" |
|
0 commit comments