|
1 | 1 | <ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False"> |
2 | | - <ui:VisualElement name="converterTopVisualElement" style="flex-grow: 1; height: 128px; width: 621px; flex-shrink: 0; border-bottom-width: 0; border-top-width: 0; border-bottom-color: rgb(0, 0, 0); margin-bottom: 20px;"> |
3 | | - <ui:VisualElement style="height: 24px; width: 613px; flex-direction: row; flex-grow: 1; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 10px; flex-shrink: 0; padding-bottom: 0; padding-left: 0; border-top-width: 4px; border-top-color: rgb(0, 0, 0);"> |
4 | | - <ui:Toggle name="converterEnabled" value="false" tooltip="Enabling this will start the pre-processing of this converter." /> |
5 | | - <ui:Label name="converterName" text="Name Of The Converter" style="width: 143px; -unity-text-align: middle-left; flex-grow: 1; flex-direction: column;" /> |
6 | | - <ui:Label name="converterStats" text="100 Items" style="flex-grow: 0; -unity-text-align: middle-right; -unity-font-style: bold;" /> |
| 2 | + <ui:VisualElement name="converterTopVisualElement" style="flex-grow: 1; height: 250px; width: 610px; flex-shrink: 0; border-bottom-width: 0; border-top-width: 0; border-bottom-color: rgb(0, 0, 0); margin-bottom: 20px; padding-bottom: 0; margin-top: 20px;"> |
| 3 | + <ui:VisualElement style="height: 24px; width: 613px; flex-direction: row; flex-grow: 0; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 10px; flex-shrink: 0; padding-bottom: 0; padding-left: 0; border-top-width: 0; border-top-color: rgb(0, 0, 0); padding-top: 0;"> |
| 4 | + <ui:Toggle name="converterEnabled" value="false" tooltip="Enabling this will start the pre-processing of this converter." style="flex-grow: 0; height: 24px; margin-top: 0; margin-bottom: 0;" /> |
| 5 | + <ui:Label name="converterName" text="Name Of The Converter" style="width: 143px; -unity-text-align: middle-left; flex-grow: 1; flex-direction: column; max-height: 20%; height: 20px; min-height: 20px; padding-top: 3px;" /> |
| 6 | + <ui:Label name="converterStats" style="flex-grow: 0; -unity-text-align: middle-right; -unity-font-style: bold;" /> |
7 | 7 | </ui:VisualElement> |
8 | | - <ui:VisualElement style="height: 29px; width: 609px; flex-direction: row; flex-grow: 1; flex-shrink: 1;"> |
9 | | - <ui:Label text="In progress..." name="converterStatus" style="-unity-text-align: middle-left;" /> |
10 | | - <ui:Label text="info" name="converterInfo" style="-unity-text-align: middle-left; flex-grow: 1;" /> |
11 | | - <ui:Label text="30 Seconds" name="converterTime" style="-unity-text-align: middle-left; -unity-font-style: bold;" /> |
| 8 | + <ui:VisualElement style="height: 30px; width: 609px; flex-direction: row; flex-grow: 0; flex-shrink: 1;"> |
| 9 | + <ui:Label name="converterStatus" style="-unity-text-align: middle-left; height: 20px;" /> |
| 10 | + <ui:Label text="info" name="converterInfo" style="-unity-text-align: middle-left; flex-grow: 1; height: 20px;" /> |
| 11 | + <ui:Label name="converterTime" style="-unity-text-align: middle-left; -unity-font-style: bold; height: 20px;" /> |
12 | 12 | </ui:VisualElement> |
13 | | - <ui:VisualElement style="flex-direction: row; height: 19px; flex-grow: 0; margin-top: 8px; margin-bottom: 17px;"> |
14 | | - <ui:Label text="collapse " style="flex-grow: 1;" /> |
| 13 | + <ui:VisualElement style="flex-direction: row; height: 19px; flex-grow: 0; margin-top: 0; margin-bottom: 0;"> |
| 14 | + <ui:Label text=" " style="flex-grow: 1;" /> |
15 | 15 | <ui:Image name="pendingImage" style="max-width: 16px; max-height: 16px; min-width: 16px; min-height: 16px;" /> |
16 | 16 | <ui:Label name="pendingLabel" /> |
17 | 17 | <ui:Image name="warningImage" style="max-width: 16px; max-height: 16px; min-width: 16px; min-height: 16px;" /> |
|
21 | 21 | <ui:Image name="successImage" style="max-width: 16px; max-height: 16px; min-width: 16px; min-height: 16px;" /> |
22 | 22 | <ui:Label name="successLabel" style="flex-grow: 0; flex-shrink: 0;" /> |
23 | 23 | </ui:VisualElement> |
24 | | - <ui:ListView focusable="true" name="converterItems" show-alternating-row-backgrounds="All" text="Info" style="flex-grow: 1; flex-shrink: 0; height: 100px; width: 632px; padding-bottom: 0; margin-bottom: 0; margin-top: 0;" /> |
| 24 | + <ui:ListView focusable="true" name="converterItems" show-alternating-row-backgrounds="All" text="Info" style="flex-grow: 1; flex-shrink: 0; height: 100px; width: 606px; padding-bottom: 0; margin-bottom: 0; margin-top: 0;" /> |
25 | 25 | </ui:VisualElement> |
26 | 26 | </ui:UXML> |
0 commit comments