fix(@desktop/wallet): Bridge dialogue slightly change size

fixes #11382
This commit is contained in:
Khushboo Mehta 2023-07-31 15:50:41 +02:00 committed by Khushboo-dev-cpp
parent bf4af3d7d4
commit f9e6e86c82
2 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -206,6 +206,7 @@ StatusDialog {
RowLayout {
spacing: 8
Layout.preferredHeight: 44
StatusBaseText {
id: modalHeader
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft