mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Put font size before font family
In this way we can press T, Tab, change the font size, and Enter to try again quickly with other font size.
This commit is contained in:
parent
5e239a0768
commit
049111bfad
@ -6,12 +6,12 @@
|
||||
<label text="Text:" />
|
||||
<entry expansive="true" maxsize="256" id="user_text" magnet="true" cell_align="horizontal" />
|
||||
|
||||
<label text="Font Size:" />
|
||||
<entry id="font_size" maxsize="3" text="32" cell_align="horizontal" />
|
||||
|
||||
<label text="Font:" />
|
||||
<dropdownbutton minwidth="60" id="font_face" text="Select Font" cell_align="horizontal" />
|
||||
|
||||
<label text="Font Size:" />
|
||||
<entry id="font_size" maxsize="4" text="32" cell_align="horizontal" />
|
||||
|
||||
<label text="Color:" />
|
||||
<colorpicker id="font_color" cell_align="horizontal" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user