mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Don't scale 1px height divider so they look sharp everywhere
This commit is contained in:
@@ -311,7 +311,7 @@ PanelWithOverlay {
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
height: 1 * Theme.scale(screen)
|
||||
height: 1 // Don't scale divider
|
||||
color: Theme.outline
|
||||
opacity: 0.3
|
||||
|
||||
@@ -484,7 +484,7 @@ PanelWithOverlay {
|
||||
|
||||
Rectangle {
|
||||
width: parent.width
|
||||
height: 1 * Theme.scale(screen)
|
||||
height: 1 // Don't scale divider
|
||||
color: Theme.outline
|
||||
opacity: 0.6
|
||||
visible: index < (repeater.count - 1)
|
||||
|
||||
Reference in New Issue
Block a user