Begin redesign of settings dialog.

This commit is contained in:
Adam Treat
2023-06-30 09:50:09 -04:00
committed by AT
parent dedb0025be
commit 2a6c673c25
7 changed files with 169 additions and 44 deletions

View File

@@ -30,12 +30,12 @@ Item {
id: theme
}
background: Rectangle {
color: 'transparent'
border.color: theme.tabBorder
border.width: 1
radius: 2
}
// background: Rectangle {
// color: 'transparent'
// border.color: theme.tabBorder
// border.width: 1
// radius: 10
// }
Column {
id: tabInner