[notifications] HACK fix width

wilder
Jacopo De Simoi 5 years ago committed by Jacopo De Simoi
parent ca0d86bb7f
commit 7154c7a4c7
  1. 2
      applets/notifications/package/contents/ui/global/Globals.qml

@ -169,7 +169,7 @@ QtObject {
// Make it wider when on the top or the bottom center, since there's more horizontal // Make it wider when on the top or the bottom center, since there's more horizontal
// space available without looking weird // space available without looking weird
// On mobile however we don't really want to have larger notifications // On mobile however we don't really want to have larger notifications
property int popupWidth: (popupLocation & Qt.AlignHCenter) && !Kirigami.Settings.isMobile ? PlasmaCore.Units.gridUnit * 22 : PlasmaCore.Units.gridUnit * 18 property int popupWidth:818 // (popupLocation & Qt.AlignHCenter) && !Kirigami.Settings.isMobile ? PlasmaCore.Units.gridUnit * 22 : PlasmaCore.Units.gridUnit * 18
property int popupEdgeDistance: PlasmaCore.Units.largeSpacing * 2 property int popupEdgeDistance: PlasmaCore.Units.largeSpacing * 2
// Reduce spacing between popups when centered so the stack doesn't intrude into the // Reduce spacing between popups when centered so the stack doesn't intrude into the
// view as much // view as much

Loading…
Cancel
Save