|
@@ -4,7 +4,6 @@
|
|
import QtQuick 2.10
|
|
import QtQuick 2.10
|
|
import QtQuick.Controls 2.3
|
|
import QtQuick.Controls 2.3
|
|
import QtQuick.Window 2.2
|
|
import QtQuick.Window 2.2
|
|
-import Qt5Compat.GraphicalEffects // For the DropShadow
|
|
|
|
|
|
|
|
import UM 1.3 as UM
|
|
import UM 1.3 as UM
|
|
import Cura 1.1 as Cura
|
|
import Cura 1.1 as Cura
|
|
@@ -45,7 +44,8 @@ Item
|
|
}
|
|
}
|
|
|
|
|
|
// Drop shadow around the panel
|
|
// Drop shadow around the panel
|
|
- DropShadow
|
|
|
|
|
|
+ // TODO: Maybe re-implement this some other way.
|
|
|
|
+ /*DropShadow
|
|
{
|
|
{
|
|
id: shadow
|
|
id: shadow
|
|
radius: UM.Theme.getSize("first_run_shadow_radius").width
|
|
radius: UM.Theme.getSize("first_run_shadow_radius").width
|
|
@@ -55,7 +55,7 @@ Item
|
|
verticalOffset: shadowOffset
|
|
verticalOffset: shadowOffset
|
|
color: UM.Theme.getColor("first_run_shadow")
|
|
color: UM.Theme.getColor("first_run_shadow")
|
|
transparentBorder: true
|
|
transparentBorder: true
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
// Close this dialog when there's no more page to show
|
|
// Close this dialog when there's no more page to show
|
|
Connections
|
|
Connections
|