mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
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 {
|
StatusComboBox {
|
||||||
id: comboBox
|
id: comboBox
|
||||||
objectName: "assetSelectorButton"
|
objectName: "assetSelectorButton"
|
||||||
height: 34
|
|
||||||
|
|
||||||
control.padding: 4
|
control.padding: 4
|
||||||
control.popup.width: 492
|
control.popup.width: 492
|
||||||
@ -129,9 +128,9 @@ Item {
|
|||||||
StatusIcon {
|
StatusIcon {
|
||||||
Layout.leftMargin: -3
|
Layout.leftMargin: -3
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
|
Layout.preferredWidth: 16
|
||||||
|
Layout.preferredHeight: 16
|
||||||
icon: "chevron-down"
|
icon: "chevron-down"
|
||||||
width: 16
|
|
||||||
height: 16
|
|
||||||
color: Theme.palette.miscColor1
|
color: Theme.palette.miscColor1
|
||||||
visible: d.isTokenSelected
|
visible: d.isTokenSelected
|
||||||
}
|
}
|
||||||
|
@ -206,6 +206,7 @@ StatusDialog {
|
|||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
spacing: 8
|
spacing: 8
|
||||||
|
Layout.preferredHeight: 44
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
id: modalHeader
|
id: modalHeader
|
||||||
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
|
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
|
||||||
|
Loading…
x
Reference in New Issue
Block a user