13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
||
|
|
Title="{Loc 'palette-color-picker-window-title'}"
|
||
|
|
MinSize="250 500"
|
||
|
|
SetSize="250 500">
|
||
|
|
<BoxContainer Orientation="Vertical">
|
||
|
|
<ItemList Name="PaletteList" VerticalExpand="True" Access="Public"/>
|
||
|
|
<BoxContainer Orientation="Horizontal">
|
||
|
|
<Label Text="Palette"/>
|
||
|
|
<OptionButton Name="Palettes"/>
|
||
|
|
</BoxContainer>
|
||
|
|
</BoxContainer>
|
||
|
|
</DefaultWindow>
|