Main: replace busy indicator with icon
This will be the mod's preview image in the future
This commit is contained in:
parent
fc37977002
commit
39fa631592
1 changed files with 8 additions and 2 deletions
|
|
@ -36,8 +36,14 @@ Kirigami.ApplicationWindow {
|
|||
columns: root.wideScreen ? 4 : 2
|
||||
|
||||
// TODO: Replace this with an image once we can get them
|
||||
Controls.BusyIndicator {
|
||||
running: true
|
||||
|
||||
Kirigami.Padding {
|
||||
padding: Kirigami.Units.largeSpacing
|
||||
contentItem: Kirigami.Icon {
|
||||
source: "package-x-generic"
|
||||
implicitHeight: Kirigami.Units.iconSizes.huge
|
||||
implicitWidth: implicitHeight
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue