mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
12 lines
563 B
XML
12 lines
563 B
XML
<input:dropdown content="OPTION_LIST: (TemplateString) = ``" :selected-index="SELECTED_INDEX: (Integer) = 0" :disabled="DISABLED: (Bool) = false">
|
|
<box width="100%" :round="4px">
|
|
<!-- Current selection text -->
|
|
<col width="100%" height="24px">
|
|
<text width="100%" height="100%" x-align="50%" y-align="50%" :color="['mildwhite']">{{CURRENT_TEXT}}</text>
|
|
</col>
|
|
<!-- Dropdown arrow icon -->
|
|
<col width="8px" height="100%">
|
|
<icon width="8px" height="100%" x-align="50%" y-align="50%" :svg="`dropdown_arrow.svg`" />
|
|
</col>
|
|
</box>
|
|
</input:dropdown>
|