diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-03-08 09:43:06 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2016-03-08 09:43:06 +0900 |
commit | dec441790c4c572d5d8126ec5ec78f8ab51e4a2f (patch) | |
tree | 273cd2cbc33d81e67be5f6c051487530a9f16b76 | |
parent | set default font size to 14. Closes T3117 (diff) | |
download | terminology-dec441790c4c572d5d8126ec5ec78f8ab51e4a2f.tar.gz |
Revert "set default font size to 14. Closes https://phab.enlightenment.org/T3117"
This reverts commit d00a7363b347d92f0a270ffddb8b870aac311a72.
see https://phab.enlightenment.org/T3117
no - this is not a solution. not in the slightest.
-rw-r--r-- | src/bin/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/config.c b/src/bin/config.c index d939cd2..9bb9f59 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -433,7 +433,7 @@ config_default_font_set(Config *config, Evas *evas) if (config->font_set) { config->font.bitmap = EINA_FALSE; - config->font.size = 14; + config->font.size = 12; eina_stringshare_del(fname); } #undef FONT_DEJAVU |