mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
fix weird notif width
stupid copilot bug
This commit is contained in:
parent
54fdf043c9
commit
2459bf2464
2 changed files with 2 additions and 3 deletions
|
|
@ -195,7 +195,7 @@ Singleton {
|
|||
property int barCenterSideModuleWidth: 360
|
||||
property int barPreferredSideSectionWidth: 400
|
||||
property int sidebarWidth: 450
|
||||
|
||||
property int notificationPopupWidth: 410
|
||||
property int hyprlandGapsOut: 5
|
||||
property int elevationMargin: 7
|
||||
property int fabShadowRadius: 5
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import "root:/"
|
||||
import "root:/modules/common"
|
||||
import "root:/modules/common/"
|
||||
import "root:/modules/common/widgets"
|
||||
import "root:/services"
|
||||
import QtQuick
|
||||
|
|
@ -40,7 +40,6 @@ Scope {
|
|||
|
||||
color: "transparent"
|
||||
width: Appearance.sizes.notificationPopupWidth
|
||||
height: columnLayout.implicitHeight
|
||||
|
||||
// Signal handlers to add/remove notifications
|
||||
Connections {
|
||||
|
|
|
|||
Loading…
Reference in a new issue