mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
revoming useless code
This commit is contained in:
parent
2a59139c76
commit
b8eac7abef
3 changed files with 2 additions and 8 deletions
|
@ -129,7 +129,7 @@ Rectangle {
|
|||
property int dropSamples: 9;
|
||||
property int dropSpread: 0;
|
||||
DropShadow {
|
||||
visible: true;//showPlace && (desktop ? desktop.gradientsSupported : false)
|
||||
visible: true;
|
||||
source: place;
|
||||
anchors.fill: place;
|
||||
horizontalOffset: dropHorizontalOffset;
|
||||
|
|
|
@ -33,12 +33,6 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
/*Rectangle {
|
||||
anchors.fill: parent
|
||||
border.width: 3
|
||||
border.color: clickArea.containMouse ? highlightColor : "transparent"
|
||||
color: "transparent"
|
||||
}*/
|
||||
|
||||
Rectangle {
|
||||
id: indicator
|
||||
|
|
|
@ -45,7 +45,7 @@ StackView {
|
|||
Component.onDestruction: {
|
||||
root.parentChanged.disconnect(center);
|
||||
}
|
||||
|
||||
|
||||
function center() {
|
||||
// Explicitly center in order to avoid warnings at shutdown
|
||||
anchors.centerIn = parent;
|
||||
|
|
Loading…
Reference in a new issue