mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
SettingsContent: simplify scrollbar
This commit is contained in:
@@ -1008,7 +1008,7 @@ Item {
|
||||
|
||||
delegate: Rectangle {
|
||||
id: tabItem
|
||||
width: sidebarList.width - (sidebarList.verticalScrollBarActive ? Style.marginM : 0)
|
||||
width: sidebarList.width
|
||||
height: tabEntryRow.implicitHeight + Style.marginS * 2
|
||||
radius: Style.iRadiusS
|
||||
color: selected ? Color.mPrimary : (tabItem.hovering ? Color.mHover : "transparent")
|
||||
|
||||
Reference in New Issue
Block a user