mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Further simplify the qml of applicationSwitcherPopup
CURA-8421
This commit is contained in:
parent
0c9ef1e647
commit
90bfdce3bb
@ -18,19 +18,11 @@ Popup
|
||||
Behavior on opacity { NumberAnimation { duration: 100 } }
|
||||
padding: UM.Theme.getSize("wide_margin").width
|
||||
|
||||
contentItem: Item
|
||||
{
|
||||
id: applicationsContainer
|
||||
anchors.fill: parent
|
||||
anchors.margins: UM.Theme.getSize("wide_margin").width
|
||||
|
||||
Grid
|
||||
contentItem: Grid
|
||||
{
|
||||
id: ultimakerPlatformLinksGrid
|
||||
columns: 3
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
|
||||
Repeater
|
||||
{
|
||||
@ -103,7 +95,6 @@ Popup
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
background: UM.PointingRectangle
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user