Don't scale 1px height divider so they look sharp everywhere

This commit is contained in:
quadbyte 2025-08-07 23:32:50 -04:00
parent d973ed066c
commit e92e205bda
3 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@ ColumnLayout {
Layout.fillWidth: true
Layout.topMargin: 26 * Theme.scale(screen)
Layout.bottomMargin: 18 * Theme.scale(screen)
height: 1 * Theme.scale(screen)
height: 1 // Don't scale divider
color: Theme.outline
opacity: 0.3
}