aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/memory.cpp
diff options
context:
space:
mode:
authorFanda Vacek <vacek@elektroline.cz>2019-02-18 20:07:20 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-19 11:26:28 +0100
commitb6355b1d65edfa51c9f80ac4c8c088bf9f19b788 (patch)
treebe83041544feb5811498cb8424413a8a48dd5697 /qtmips_gui/coreview/memory.cpp
parent49c367d1d46cbe65de367ccb763f072399c6c05b (diff)
downloadqtmips-b6355b1d65edfa51c9f80ac4c8c088bf9f19b788.tar.gz
qtmips-b6355b1d65edfa51c9f80ac4c8c088bf9f19b788.tar.bz2
qtmips-b6355b1d65edfa51c9f80ac4c8c088bf9f19b788.zip
variable font size
Diffstat (limited to 'qtmips_gui/coreview/memory.cpp')
-rw-r--r--qtmips_gui/coreview/memory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/memory.cpp b/qtmips_gui/coreview/memory.cpp
index 7d30da8..b690db4 100644
--- a/qtmips_gui/coreview/memory.cpp
+++ b/qtmips_gui/coreview/memory.cpp
@@ -34,6 +34,7 @@
******************************************************************************/
#include "memory.h"
+#include "fontsize.h"
#include <cmath>
using namespace coreview;
@@ -49,7 +50,7 @@ Memory::Memory(bool cache_used, const machine::Cache *cch) : QGraphicsObject(nul
cache = cache_used;
QFont font;
- font.setPointSize(7);
+ font.setPointSize(FontSize::SIZE7);
name.setFont(font);
type.setFont(font);
cache_t.setFont(font);