aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/groupview.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-05-10 00:04:04 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-05-10 00:04:04 -0400
commit58a7d8c9cf50d4b2a9ae321684ca9d4ce4504260 (patch)
tree7cc6d38194ce165cf9f8ca0bd13577c2f383fb59 /mapman/src/groupview.hpp
parentc2b90e8c89d6477cf52a6b38ca63cb2f15955935 (diff)
downloadmeteor-trashy-addon-58a7d8c9cf50d4b2a9ae321684ca9d4ce4504260.tar.xz
Disable automatic hidpi scaling on maps. Add zoom option.
Diffstat (limited to 'mapman/src/groupview.hpp')
-rw-r--r--mapman/src/groupview.hpp2
1 files changed, 2 insertions, 0 deletions
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;