mirror of https://github.com/aseprite/aseprite.git
14 lines
433 B
XML
14 lines
433 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2020-2021 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
|
<gui>
|
|
<hbox id="user_data">
|
|
<label id="color_label" text="@.color" />
|
|
<label id="entry_label" text="@.user_data" />
|
|
<colorpicker id="color" simple="true" expansive="true" />
|
|
<view id="text_edit_view" height="30" expansive="true">
|
|
<textedit id="text_edit" />
|
|
</view>
|
|
</hbox>
|
|
</gui>
|