Skip to content

Commit

Permalink
gui2: tweak title-style label design
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 21, 2016
1 parent d361754 commit a6101bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions data/gui/default/macros/_initial.cfg
Expand Up @@ -257,6 +257,5 @@
#enddef

#define GUI_NORMAL__FONT_SIZE__TITLE
18
20
#enddef

2 changes: 1 addition & 1 deletion data/gui/default/widget/label_default.cfg
Expand Up @@ -101,7 +101,7 @@
{_GUI_DEFINITION "default" "default label" () DEFAULT () DEFAULT ({GUI__TEXT_VERTICALLY_CENTRED})}
{_GUI_DEFINITION "default_bold" "default label, bold font" () DEFAULT "bold" DEFAULT ({GUI__TEXT_VERTICALLY_CENTRED})}
{_GUI_DEFINITION "scroll_label" "scroll label" () DEFAULT () DEFAULT 0}
{_GUI_DEFINITION "title" "label used for titles" () TITLE "bold" TITLE ({GUI__TEXT_VERTICALLY_CENTRED})}
{_GUI_DEFINITION "title" "label used for titles" () TITLE () TITLE ({GUI__TEXT_VERTICALLY_CENTRED})}
{_GUI_DEFINITION "default_large" "default, large font size" () LARGE () DEFAULT ({GUI__TEXT_VERTICALLY_CENTRED})}
{_GUI_DEFINITION "default_small" "default, small font size" () SMALL () DEFAULT ({GUI__TEXT_VERTICALLY_CENTRED})}
{_GUI_DEFINITION "default_tiny" "default, small font size" () TINY () DEFAULT ({GUI__TEXT_VERTICALLY_CENTRED})}
Expand Down

0 comments on commit a6101bf

Please sign in to comment.