mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Allow using scale values less than 1.0 (#9108)
* Change view scale into list of predefined double values in both toolbar and property editor. Add values less than 1.0
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
class QActionGroup;
|
||||
class QMdiSubWindow;
|
||||
class QToolButton;
|
||||
class QSpinBox;
|
||||
class QComboBox;
|
||||
class QTimer;
|
||||
class QUndoView;
|
||||
|
||||
@@ -255,7 +255,7 @@ private:
|
||||
caf::PdmObject* m_pdmRoot;
|
||||
caf::PdmUiPropertyView* m_pdmUiPropertyView;
|
||||
|
||||
QSpinBox* m_scaleFactor;
|
||||
QComboBox* m_scaleFactor;
|
||||
|
||||
QActionGroup* m_dsActionGroup;
|
||||
QAction* m_enableLightingAction;
|
||||
|
||||
Reference in New Issue
Block a user