diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-01-22 18:00:36 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-01-22 21:46:42 +0100 |
commit | 3a3a9273255f1caa68c96c327489938f7f310806 (patch) | |
tree | eeadedd11546c2c561d73f11fc4d3f9c836bfe08 /src/Makefile.qt.include | |
parent | fc0899400082496bf2b3e061105e1e6a13399889 (diff) |
[Qt] Add option to increase/decrease font size in the console window
Diffstat (limited to 'src/Makefile.qt.include')
-rw-r--r-- | src/Makefile.qt.include | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index a390d96a9f..82e95abcf9 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -245,6 +245,8 @@ RES_ICONS = \ qt/res/icons/eye_minus.png \ qt/res/icons/eye_plus.png \ qt/res/icons/filesave.png \ + qt/res/icons/fontbigger.png \ + qt/res/icons/fontsmaller.png \ qt/res/icons/history.png \ qt/res/icons/info.png \ qt/res/icons/key.png \ |