mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Increase size of resize handle
This commit is contained in:
parent
942406e5d5
commit
9583b801f6
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ Item {
|
||||||
readonly property int frameMarginLeft: frameMargin
|
readonly property int frameMarginLeft: frameMargin
|
||||||
readonly property int frameMarginRight: frameMargin
|
readonly property int frameMarginRight: frameMargin
|
||||||
readonly property int frameMarginTop: 2 * frameMargin + iconSize
|
readonly property int frameMarginTop: 2 * frameMargin + iconSize
|
||||||
readonly property int frameMarginBottom: iconSize + 6
|
readonly property int frameMarginBottom: iconSize + 11
|
||||||
|
|
||||||
// Frames always fill their parents, but their decorations may extend
|
// Frames always fill their parents, but their decorations may extend
|
||||||
// beyond the window via negative margin sizes
|
// beyond the window via negative margin sizes
|
||||||
|
@ -124,10 +124,10 @@ Item {
|
||||||
}
|
}
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
visible: sizeDrag.enabled
|
visible: sizeDrag.enabled
|
||||||
x: -5 // Move a little to visually align
|
x: -11 // Move a little to visually align
|
||||||
y: -3 // ""
|
y: -4 // ""
|
||||||
text: "A"
|
text: "A"
|
||||||
size: iconSize + 4
|
size: iconSize + 10
|
||||||
color: sizeDrag.containsMouse || sizeDrag.pressed ? hifi.colors.white : hifi.colors.white50
|
color: sizeDrag.containsMouse || sizeDrag.pressed ? hifi.colors.white : hifi.colors.white50
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue