fix(StatusDialogHeader): fix icon size

should be 24, not 20 according to Figma
This commit is contained in:
Lukáš Tinkl 2023-10-03 15:31:24 +02:00 committed by Lukáš Tinkl
parent f2f954c24b
commit 541c880378
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Item {
QtObject {
id: d
readonly property int buttonSize: 32
readonly property int iconSize: 20
readonly property int iconSize: 24
}
RowLayout {