enforce a big size

This commit is contained in:
Marco Martin 2020-07-16 14:58:46 +02:00
parent cbdb6b6f05
commit f7843014d7

View file

@ -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