Compare commits
No commits in common. "c50583d66ac8c769c33d04334a066fed2ed95221" and "93f73b034d347de649aa975387d52a8fc2f288d4" have entirely different histories.
c50583d66a
...
93f73b034d
|
@ -10,8 +10,8 @@ SplitView {
|
|||
property bool isVertical: control.orientation === Qt.Vertical
|
||||
}
|
||||
handle: Rectangle {
|
||||
implicitWidth: d.isVertical ? control.width : 12
|
||||
implicitHeight: d.isVertical ? 12 : control.height
|
||||
implicitWidth: 12
|
||||
implicitHeight: 12
|
||||
clip: true
|
||||
color: {
|
||||
if(SplitHandle.pressed){
|
||||
|
|
Loading…
Reference in New Issue