[aseprite] 189/250: Put font size before font family

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 049111bfad37edf45ab8623f7fc44675020f82ed
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Oct 16 17:44:58 2015 -0300

    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.
---
 data/widgets/paste_text.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/data/widgets/paste_text.xml b/data/widgets/paste_text.xml
index bb0eab0..4681dd9 100644
--- a/data/widgets/paste_text.xml
+++ b/data/widgets/paste_text.xml
@@ -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" />
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list