Borders: optim/simplification of scaled borders

This commit is contained in:
ItsLemmy
2025-10-21 13:52:19 -04:00
parent 65db92e4fc
commit c9bbaf4c91
45 changed files with 74 additions and 74 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ Popup {
color: Color.mSurface
radius: Style.radiusS
border.color: Color.mPrimary
border.width: Math.max(1, Style.borderM)
border.width: Style.borderM
}
contentItem: NScrollView {
@@ -166,7 +166,7 @@ Popup {
radius: Style.radiusS
color: root.selectedColor
border.color: Color.mOutline
border.width: Math.max(1, Style.borderS)
border.width: Style.borderS
ColumnLayout {
spacing: 0