Skip to content

Commit 79ee98f

Browse files
caimc12345618202781743
authored andcommitted
feat: adjust notification list margins
Added bottom margin to notification list view to improve visual spacing The notification list now has a bottom margin of 10 pixels to create better visual separation from the bottom edge of the container Log: Improved notification list spacing for better visual appearance Influence: 1. Verify notification list displays correctly with proper spacing 2. Check that bottom margin appears consistently across different notification counts 3. Ensure scrolling behavior remains smooth with the added margin 4. Test with various screen sizes to confirm proper spacing 5. Verify that existing notifications are not affected by the layout change PMS: BUG-354855
1 parent 1824886 commit 79ee98f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

panels/notification/center/NotifyView.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Control {
6868
boundsBehavior: Flickable.StopAtBounds
6969
ScrollBar.vertical: ScrollBar { }
7070
topMargin: 20
71+
bottomMargin: 10
7172
leftMargin: NotifyStyle.leftMargin
7273
property int nextIndex: -1
7374
property int pendingFocusIndex: -1 // Index to focus after expand operation

0 commit comments

Comments
 (0)