forked from Shinonome/dots-hyprland
fix weird notif width
stupid copilot bug
This commit is contained in:
@@ -195,7 +195,7 @@ Singleton {
|
|||||||
property int barCenterSideModuleWidth: 360
|
property int barCenterSideModuleWidth: 360
|
||||||
property int barPreferredSideSectionWidth: 400
|
property int barPreferredSideSectionWidth: 400
|
||||||
property int sidebarWidth: 450
|
property int sidebarWidth: 450
|
||||||
|
property int notificationPopupWidth: 410
|
||||||
property int hyprlandGapsOut: 5
|
property int hyprlandGapsOut: 5
|
||||||
property int elevationMargin: 7
|
property int elevationMargin: 7
|
||||||
property int fabShadowRadius: 5
|
property int fabShadowRadius: 5
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import "root:/"
|
import "root:/"
|
||||||
import "root:/modules/common"
|
import "root:/modules/common/"
|
||||||
import "root:/modules/common/widgets"
|
import "root:/modules/common/widgets"
|
||||||
import "root:/services"
|
import "root:/services"
|
||||||
import QtQuick
|
import QtQuick
|
||||||
@@ -40,7 +40,6 @@ Scope {
|
|||||||
|
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
width: Appearance.sizes.notificationPopupWidth
|
width: Appearance.sizes.notificationPopupWidth
|
||||||
height: columnLayout.implicitHeight
|
|
||||||
|
|
||||||
// Signal handlers to add/remove notifications
|
// Signal handlers to add/remove notifications
|
||||||
Connections {
|
Connections {
|
||||||
|
|||||||
Reference in New Issue
Block a user