diff options
| author | Jonas Schnelli <[email protected]> | 2016-01-22 18:00:36 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-01-22 21:46:42 +0100 |
| commit | 3a3a9273255f1caa68c96c327489938f7f310806 (patch) | |
| tree | eeadedd11546c2c561d73f11fc4d3f9c836bfe08 /src/Makefile.qt.include | |
| parent | Merge #7262: Reduce inefficiency of GetAccountAddress() (diff) | |
| download | discoin-3a3a9273255f1caa68c96c327489938f7f310806.tar.xz discoin-3a3a9273255f1caa68c96c327489938f7f310806.zip | |
[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 a390d96a9..82e95abcf 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 \ |