mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +08:00
7 lines
256 B
XML
7 lines
256 B
XML
<viewport:panels>
|
|
<checkbox-with-dropdown :checked="true" :default="2">
|
|
<dropdown-option>Option A</dropdown-option>
|
|
<dropdown-option>Option B</dropdown-option>
|
|
<dropdown-option>Option C</dropdown-option>
|
|
</checkbox-with-dropdown>
|
|
</viewport:panels> |