Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
4b9cc678
Commit
4b9cc678
authored
Apr 09, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fix geometry editing in non base state
It was disabled by accident only layout editing should be disabled
parent
2ab7d296
Changes
1
Show whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
View file @
4b9cc678
...
...
@@ -10,7 +10,6 @@ QScrollArea {
content
:
properyEditorLayout
;
QFrame
{
id
:
properyEditorLayout
;
enabled
:
isBaseState
layout
:
QVBoxLayout
{
topMargin
:
0
;
bottomMargin
:
0
;
...
...
@@ -22,6 +21,7 @@ QScrollArea {
}
Layout
{
enabled
:
isBaseState
id
:
layoutBox
;
}
QScrollArea
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment