fix(@desktop/wallet): Bridge dialogue slightly change size
fixes #11382
This commit is contained in:
parent
bf4af3d7d4
commit
f9e6e86c82
|
@ -73,7 +73,6 @@ Item {
|
|||
StatusComboBox {
|
||||
id: comboBox
|
||||
objectName: "assetSelectorButton"
|
||||
height: 34
|
||||
|
||||
control.padding: 4
|
||||
control.popup.width: 492
|
||||
|
@ -129,9 +128,9 @@ Item {
|
|||
StatusIcon {
|
||||
Layout.leftMargin: -3
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.preferredWidth: 16
|
||||
Layout.preferredHeight: 16
|
||||
icon: "chevron-down"
|
||||
width: 16
|
||||
height: 16
|
||||
color: Theme.palette.miscColor1
|
||||
visible: d.isTokenSelected
|
||||
}
|
||||
|
|
|
@ -206,6 +206,7 @@ StatusDialog {
|
|||
|
||||
RowLayout {
|
||||
spacing: 8
|
||||
Layout.preferredHeight: 44
|
||||
StatusBaseText {
|
||||
id: modalHeader
|
||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
|
||||
|
|
Loading…
Reference in New Issue