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:
David Capello 2015-10-16 17:44:58 -03:00
parent 5e239a0768
commit 049111bfad

View File

@ -6,12 +6,12 @@
<label text="Text:" /> <label text="Text:" />
<entry expansive="true" maxsize="256" id="user_text" magnet="true" cell_align="horizontal" /> <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:" /> <label text="Font:" />
<dropdownbutton minwidth="60" id="font_face" text="Select Font" cell_align="horizontal" /> <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:" /> <label text="Color:" />
<colorpicker id="font_color" cell_align="horizontal" /> <colorpicker id="font_color" cell_align="horizontal" />