forked from qt-creator/qt-creator
Utils: Change Aspect readOnly default to false
Change-Id: Ib1f593b55f9e187e57ac7f57173c5b16fdce4b63 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
|||||||
|
|
||||||
bool m_visible = true;
|
bool m_visible = true;
|
||||||
bool m_enabled = true;
|
bool m_enabled = true;
|
||||||
bool m_readOnly = true;
|
bool m_readOnly = false;
|
||||||
bool m_autoApply = true;
|
bool m_autoApply = true;
|
||||||
int m_spanX = 1;
|
int m_spanX = 1;
|
||||||
int m_spanY = 1;
|
int m_spanY = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user