mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
enforce a big size
This commit is contained in:
parent
cbdb6b6f05
commit
f7843014d7
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ import org.kde.kirigami 2.10 as Kirigami
|
|||
Item {
|
||||
PlasmaCore.ColorScope.colorGroup: PlasmaCore.Theme.NormalColorGroup
|
||||
Plasmoid.backgroundHints: PlasmaCore.Types.ShadowBackground | PlasmaCore.Types.ConfigurableBackground
|
||||
Layout.minimumWidth: Math.min(plasmoid.availableScreenRect.width, plasmoid.availableScreenRect.height) - Kirigami.Units.gridUnit * 2
|
||||
|
||||
PlasmaComponents.TextField {
|
||||
id: bigClock
|
||||
|
|
|
|||
Loading…
Reference in a new issue