Skip to content

Commit df4932e

Browse files
committed
Current event selection dropdown
1 parent c108a7f commit df4932e

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed
Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<collapsible-dialog id="toolboxEvents" title="Events" width="320" style="minHeight:200">
2+
<collapsible-dialog id="toolboxEvents" title="Events" width="350" style="minHeight:200">
33
<vbox width="100%">
4-
<grid columns="2" width="100%">
5-
<label text="Event Type" verticalAlign="center" />
6-
<dropdown id="toolboxEventsEventKind" width="100%" value="normal" dropdownSize="10" dropdownWidth="300" searchable="true">
7-
<data />
8-
</dropdown>
9-
</grid>
10-
<frame id="toolboxEventsDataFrame" text="Event Data" width="100%">
11-
<grid id="toolboxEventsDataGrid" columns="2" width="100%" />
4+
<checkbox id="toolboxEventsModifyAllEvents" text="Modify all selected events" tooltip="Will apply only to events of the same type.\nWarning! Selecting an event type will set the entire selection to that type!" />
5+
<dropdown id="toolboxEventsSelectedEvents" width="100%" value="normal" dropdownSize="10" dropdownWidth="300" tooltip="The current event selection.">
6+
<data>
7+
<item text="0 : Focus Camera
8+
Boyfriend" />
9+
</data>
10+
</dropdown>
11+
<frame id="toolboxEventsDataFrame" text="Event Data" width="100%" tooltip="The data of the current event selected in the dropdown and the next event to place.">
12+
<grid columns="2" width="100%">
13+
<label text="Event Type" verticalAlign="center" />
14+
<dropdown id="toolboxEventsEventKind" width="100%" value="normal" dropdownSize="10" searchable="true">
15+
<data />
16+
</dropdown>
17+
</grid>
18+
<grid id="toolboxEventsDataGrid" columns="2" width="100%" marginTop="30" paddingBottom="30" />
1219
</frame>
1320
</vbox>
1421
</collapsible-dialog>

0 commit comments

Comments
 (0)