diff --git a/app/qml/ui/Dialog.qml b/app/qml/ui/Dialog.qml index b5360fe51ec6c8e11fa3a528d355ebf73af74bb0..cb316c2134b836d05315a373023f141800c508b0 100644 --- a/app/qml/ui/Dialog.qml +++ b/app/qml/ui/Dialog.qml @@ -33,8 +33,8 @@ ColumnLayout { id: icon source: "" visible: source.toString() ? true : false - Layout.preferredWidth: 32 - Layout.preferredHeight: 32 + Layout.preferredWidth: 48 + Layout.preferredHeight: 48 } ColumnLayout { Layout.fillWidth: true