mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Further simplify the qml of applicationSwitcherPopup
CURA-8421
This commit is contained in:
parent
0c9ef1e647
commit
90bfdce3bb
1 changed files with 69 additions and 78 deletions
|
@ -18,19 +18,11 @@ Popup
|
||||||
Behavior on opacity { NumberAnimation { duration: 100 } }
|
Behavior on opacity { NumberAnimation { duration: 100 } }
|
||||||
padding: UM.Theme.getSize("wide_margin").width
|
padding: UM.Theme.getSize("wide_margin").width
|
||||||
|
|
||||||
contentItem: Item
|
contentItem: Grid
|
||||||
{
|
|
||||||
id: applicationsContainer
|
|
||||||
anchors.fill: parent
|
|
||||||
anchors.margins: UM.Theme.getSize("wide_margin").width
|
|
||||||
|
|
||||||
Grid
|
|
||||||
{
|
{
|
||||||
id: ultimakerPlatformLinksGrid
|
id: ultimakerPlatformLinksGrid
|
||||||
columns: 3
|
columns: 3
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
anchors.top: parent.top
|
|
||||||
anchors.left: parent.left
|
|
||||||
|
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
|
@ -103,7 +95,6 @@ Popup
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
background: UM.PointingRectangle
|
background: UM.PointingRectangle
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue