GUI2: removed excess spaces and newlines from font size macros
[ci skip]
This commit is contained in:
parent
39c280b37c
commit
ca4b7dccff
1 changed files with 6 additions and 12 deletions
|
@ -351,25 +351,19 @@
|
|||
###############################################################################
|
||||
|
||||
#define GUI_FONT_SIZE_TINY
|
||||
13
|
||||
#enddef
|
||||
13 #enddef
|
||||
|
||||
#define GUI_FONT_SIZE_SMALL
|
||||
15
|
||||
#enddef
|
||||
15 #enddef
|
||||
|
||||
#define GUI_FONT_SIZE_DEFAULT
|
||||
17
|
||||
#enddef
|
||||
17 #enddef
|
||||
|
||||
#define GUI_FONT_SIZE_LARGE
|
||||
20
|
||||
#enddef
|
||||
20 #enddef
|
||||
|
||||
#define GUI_FONT_SIZE_TITLE
|
||||
22
|
||||
#enddef
|
||||
22 #enddef
|
||||
|
||||
#define GUI_FONT_SIZE_HUGE
|
||||
36
|
||||
#enddef
|
||||
36 #enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue