Change the divider height and color to be more consistent.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-06-27 07:16:11 -04:00
committed by AT
parent 8d6e11fcad
commit a1ec6f2150
8 changed files with 18 additions and 25 deletions

View File

@@ -77,7 +77,7 @@ MySettingsTab {
Rectangle {
Layout.fillWidth: true
height: 2
height: 1
color: theme.settingsDivider
}
}
@@ -307,7 +307,7 @@ MySettingsTab {
Rectangle {
Layout.fillWidth: true
height: 2
height: 1
color: theme.settingsDivider
}
}
@@ -463,7 +463,7 @@ MySettingsTab {
Layout.column: 0
Layout.columnSpan: 3
Layout.fillWidth: true
height: 2
height: 1
color: theme.settingsDivider
}
}