|
19 | 19 | <ui:VisualElement name="body" style="flex-direction: column; flex-grow: 1;"> |
20 | 20 | <ui:TwoPaneSplitView name="actions-split-view" fixed-pane-initial-dimension="200" view-data-key="actions-editor-splitter-1"> |
21 | 21 | <ui:VisualElement name="action-maps-container" class="body-panel-container actions-container"> |
22 | | - <ui:VisualElement name="header" class="body-panel-header" style="font-size: 12px; height: 20px; min-height: 20px;"> |
23 | | - <ui:Label text="Action Maps" display-tooltip-when-elided="true" style="flex-grow: 1; font-size: 12px;"/> |
| 22 | + <ui:VisualElement name="header" class="body-panel-header"> |
| 23 | + <ui:Label text="Action Maps" display-tooltip-when-elided="true" style="flex-grow: 1;"/> |
24 | 24 | <ui:Button display-tooltip-when-elided="true" name="add-new-action-map-button" style="align-items: auto;"/> |
25 | 25 | </ui:VisualElement> |
26 | 26 | <ui:VisualElement name="body"> |
|
30 | 30 | </ui:VisualElement> |
31 | 31 | <ui:TwoPaneSplitView name="actions-and-properties-split-view" fixed-pane-index="1" fixed-pane-initial-dimension="320" view-data-key="actions-editor-splitter-2" style="height: auto; min-width: 450px;"> |
32 | 32 | <ui:VisualElement name="actions-container" class="body-panel-container"> |
33 | | - <ui:VisualElement name="header" class="body-panel-header" style="justify-content: space-between; font-size: 12px; height: 20px; min-height: 20px;"> |
34 | | - <ui:Label text="Actions" display-tooltip-when-elided="true" name="actions-label" style="font-size: 12px;"/> |
| 33 | + <ui:VisualElement name="header" class="body-panel-header"> |
| 34 | + <ui:Label text="Actions" display-tooltip-when-elided="true" name="actions-label"/> |
35 | 35 | <ui:Button display-tooltip-when-elided="true" name="add-new-action-button" style="align-items: auto;"/> |
36 | 36 | </ui:VisualElement> |
37 | 37 | <ui:VisualElement name="body"> |
|
40 | 40 | <ui:VisualElement name="rclick-area-to-add-new-action" style="flex-direction: column; flex-grow: 1;"/> |
41 | 41 | </ui:VisualElement> |
42 | 42 | <ui:VisualElement name="properties-container" class="body-panel-container body-panel-container" style="min-width: 310px;"> |
43 | | - <ui:VisualElement name="header" class="body-panel-header" style="font-size: 12px; height: 20px; min-height: 20px;"> |
44 | | - <ui:Label text="Action Properties" display-tooltip-when-elided="true" name="properties-header-label" style="font-size: 12px;"/> |
| 43 | + <ui:VisualElement name="header" class="body-panel-header"> |
| 44 | + <ui:Label text="Action Properties" display-tooltip-when-elided="true" name="properties-header-label"/> |
45 | 45 | </ui:VisualElement> |
46 | 46 | <ui:ScrollView name="properties-scrollview"> |
47 | 47 | <ui:Foldout text="Action Properties" name="properties-foldout" class="properties-foldout"/> |
|
0 commit comments