mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 02:42:59 +00:00
Fixed "minwidth" attribute of "brush_size" field.
This commit is contained in:
parent
20c4ac5235
commit
a3799e4084
@ -24,7 +24,7 @@
|
|||||||
<box horizontal="true">
|
<box horizontal="true">
|
||||||
<grid columns="2" childspacing="0" expansive="true">
|
<grid columns="2" childspacing="0" expansive="true">
|
||||||
<label text="Size:" />
|
<label text="Size:" />
|
||||||
<slider min="1" max="32" name="brush_size" minwidth="128" cell_align="horizontal" />
|
<slider min="1" max="32" name="brush_size" minwidth="32" cell_align="horizontal" />
|
||||||
<label text="Angle:" />
|
<label text="Angle:" />
|
||||||
<slider min="0" max="180" name="brush_angle" cell_align="horizontal" />
|
<slider min="0" max="180" name="brush_angle" cell_align="horizontal" />
|
||||||
<label text="Opacity:" />
|
<label text="Opacity:" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user