mirror of https://github.com/aseprite/aseprite.git
18 lines
605 B
XML
18 lines
605 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2019 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<vbox expansive="true" id="controls">
|
|
<hbox expansive="true">
|
|
<grid columns="2" id="controls">
|
|
<label text="@replace_color.from" for="from" />
|
|
<colorpicker id="from" cell_align="horizontal" />
|
|
<label text="@replace_color.to" for="to" />
|
|
<colorpicker id="to" cell_align="horizontal" />
|
|
</grid>
|
|
</hbox>
|
|
<label text="@replace_color.tolerance" for="tolerance" />
|
|
<slider min="0" max="255" id="tolerance" />
|
|
</vbox>
|
|
</gui>
|