From 58a7d8c9cf50d4b2a9ae321684ca9d4ce4504260 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 10 May 2024 00:04:04 -0400 Subject: Disable automatic hidpi scaling on maps. Add zoom option. --- mapman/src/groupview.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mapman/src/groupview.hpp') diff --git a/mapman/src/groupview.hpp b/mapman/src/groupview.hpp index 52c1bd0..6db8838 100644 --- a/mapman/src/groupview.hpp +++ b/mapman/src/groupview.hpp @@ -10,6 +10,7 @@ class QPushButton; class QLineEdit; class QSpinBox; class QLabel; +class QComboBox; class QStandardItemModel; class QSortFilterProxyModel; class map_library; @@ -42,6 +43,7 @@ private: QLineEdit *tefilter; QSpinBox *sbh; QSpinBox *sbv; + QComboBox *cbscale; QPushButton *pbapply; bool dirty; map_library *l; -- cgit v1.2.3