aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview')
-rw-r--r--qtmips_gui/coreview/alu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_gui/coreview/alu.cpp b/qtmips_gui/coreview/alu.cpp
index a8cdb36..5327f4e 100644
--- a/qtmips_gui/coreview/alu.cpp
+++ b/qtmips_gui/coreview/alu.cpp
@@ -37,8 +37,8 @@
#include <cmath>
//////////////////////
-#define WIDTH 40
-#define HEIGHT 120
+#define WIDTH 25
+#define HEIGHT 90
#define DENT 10
#define PENW 1
//////////////////////