mirror of
https://github.com/QuasarApp/SimpleQmlNotify.git
synced 2025-05-08 11:19:38 +00:00
fix question dialog
This commit is contained in:
parent
ac9e1cc988
commit
1fbcca9edf
@ -48,6 +48,7 @@ BasePopUp {
|
||||
Control {
|
||||
id: control;
|
||||
implicitHeight: rowLayout.implicitHeight
|
||||
implicitWidth: 0x0
|
||||
|
||||
RowLayout {
|
||||
id: rowLayout
|
||||
@ -58,8 +59,8 @@ BasePopUp {
|
||||
|
||||
Image {
|
||||
id: image
|
||||
Layout.preferredWidth: Math.max(message.height, 50);
|
||||
Layout.preferredHeight: Math.max(message.height, 50);
|
||||
Layout.preferredWidth: 50;
|
||||
Layout.preferredHeight: 50;
|
||||
Layout.alignment: Qt.AlignLeft | Qt.AlignVCenter
|
||||
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
|
Loading…
x
Reference in New Issue
Block a user