mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-09 16:14:12 +00:00
Minor change in the timeline popup layout
This commit is contained in:
parent
8da12cde1d
commit
15a7784c16
@ -2,6 +2,9 @@
|
||||
<!-- Copyright (C) 2014-2016 by David Capello -->
|
||||
<gui>
|
||||
<vbox id="timeline_conf">
|
||||
|
||||
<hbox>
|
||||
<vbox>
|
||||
<separator cell_hspan="2" text="Position:" left="true" horizontal="true" />
|
||||
<hbox>
|
||||
<buttonset columns="2" id="position">
|
||||
@ -10,7 +13,8 @@
|
||||
<item text="&Bottom" hspan="2" />
|
||||
</buttonset>
|
||||
</hbox>
|
||||
|
||||
</vbox>
|
||||
<vbox>
|
||||
<separator cell_hspan="2" text="Thumbnails:" left="true" horizontal="true" />
|
||||
<grid columns="3">
|
||||
<check id="thumb_enabled" text="Force" />
|
||||
@ -21,6 +25,8 @@
|
||||
<label text="Size:" />
|
||||
<slider min="2" max="10" id="thumb_overlay_size" cell_align="horizontal" width="128" />
|
||||
</grid>
|
||||
</vbox>
|
||||
</hbox>
|
||||
|
||||
<separator cell_hspan="2" text="Onion Skin:" left="true" horizontal="true" />
|
||||
<grid columns="2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user