From 227683b0116dce54502b081b8932781a20fe437a Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 15 Mar 2019 00:56:41 +0100 Subject: More precise program and memory tableviews column width calculation. This should resolve text elide problem experienced on some combination of desktop/fonts setting. Signed-off-by: Pavel Pisa --- qtmips_gui/memorymodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui/memorymodel.h') diff --git a/qtmips_gui/memorymodel.h b/qtmips_gui/memorymodel.h index 01b5310..bab07fa 100644 --- a/qtmips_gui/memorymodel.h +++ b/qtmips_gui/memorymodel.h @@ -112,6 +112,7 @@ public slots: signals: void cell_size_changed(); + void setup_done(); private: enum MemoryCellSize cell_size; -- cgit v1.2.3