diff options
author | Johannes Schickel | 2012-02-25 18:52:04 +0100 |
---|---|---|
committer | Johannes Schickel | 2012-02-25 18:52:47 +0100 |
commit | 73df649fd62f76d4ab6134d69d19471d6506a413 (patch) | |
tree | d21ec2f99f7d10d153802679c77d728794286deb /gui/themes/scummmodern | |
parent | 535a55e47a2ef433c4daa88068a6defab801942b (diff) | |
download | scummvm-rg350-73df649fd62f76d4ab6134d69d19471d6506a413.tar.gz scummvm-rg350-73df649fd62f76d4ab6134d69d19471d6506a413.tar.bz2 scummvm-rg350-73df649fd62f76d4ab6134d69d19471d6506a413.zip |
GUI: Let edit text widgets use a non-bold (aka normal) font.
This change was done per request of _sev.
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r-- | gui/themes/scummmodern/scummmodern_gfx.stx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx index b420ce0903..5f7cc69acd 100644 --- a/gui/themes/scummmodern/scummmodern_gfx.stx +++ b/gui/themes/scummmodern/scummmodern_gfx.stx @@ -125,7 +125,7 @@ /> <font id = 'text_normal' file = 'helvb12.bdf' - scalable_file = 'FreeSansBold.ttf' + scalable_file = 'FreeSans.ttf' /> <font resolution = 'y<400' id = 'text_normal' |