Skip to content
GitLab
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
baed6134
Commit
baed6134
authored
Feb 23, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.PropertyEditor: adjusting radius maximum value
parent
4010db46
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml
View file @
baed6134
...
...
@@ -27,7 +27,7 @@ QWidget {
baseStateFlag
:
isBaseState
;
step
:
1
;
minimumValue
:
0
;
maximumValue
:
100
;
maximumValue
:
Math
.
max
(
1
,(
Math
.
min
(
backendValues
.
width
.
value
,
backendValues
.
height
.
value
)
-
backendValues
.
border_width
.
value
)
/
2
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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