mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 09:18:07 +00:00
homescreens/folio: Fix settings button styling
This commit is contained in:
parent
92b5dc1dbd
commit
930e613362
1 changed files with 12 additions and 9 deletions
|
|
@ -51,20 +51,22 @@ Item {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: Kirigami.Units.largeSpacing
|
spacing: Kirigami.Units.largeSpacing
|
||||||
|
|
||||||
QQC2.ToolButton {
|
PC3.ToolButton {
|
||||||
icon.source: 'edit-image'
|
|
||||||
text: i18n('Wallpapers')
|
text: i18n('Wallpapers')
|
||||||
enabled: false
|
enabled: false
|
||||||
display: QQC2.ToolButton.TextUnderIcon
|
display: PC3.ToolButton.TextUnderIcon
|
||||||
|
|
||||||
|
icon.name: 'edit-image'
|
||||||
|
|
||||||
implicitHeight: Kirigami.Units.gridUnit * 4
|
implicitHeight: Kirigami.Units.gridUnit * 4
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 5
|
implicitWidth: Kirigami.Units.gridUnit * 5
|
||||||
}
|
}
|
||||||
|
|
||||||
QQC2.ToolButton {
|
PC3.ToolButton {
|
||||||
icon.source: 'settings-configure'
|
|
||||||
text: ('Settings')
|
text: ('Settings')
|
||||||
display: QQC2.ToolButton.TextUnderIcon
|
display: PC3.ToolButton.TextUnderIcon
|
||||||
|
|
||||||
|
icon.name: 'settings-configure'
|
||||||
|
|
||||||
implicitHeight: Kirigami.Units.gridUnit * 4
|
implicitHeight: Kirigami.Units.gridUnit * 4
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 5
|
implicitWidth: Kirigami.Units.gridUnit * 5
|
||||||
|
|
@ -76,11 +78,12 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QQC2.ToolButton {
|
PC3.ToolButton {
|
||||||
icon.source: 'widget-alternatives'
|
|
||||||
text: 'Widgets'
|
text: 'Widgets'
|
||||||
enabled: false
|
enabled: false
|
||||||
display: QQC2.ToolButton.TextUnderIcon
|
display: PC3.ToolButton.TextUnderIcon
|
||||||
|
|
||||||
|
icon.name: 'widget-alternatives'
|
||||||
|
|
||||||
implicitHeight: Kirigami.Units.gridUnit * 4
|
implicitHeight: Kirigami.Units.gridUnit * 4
|
||||||
implicitWidth: Kirigami.Units.gridUnit * 5
|
implicitWidth: Kirigami.Units.gridUnit * 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue