fix: connection modal

This commit is contained in:
Richard Ramos 2021-11-18 20:13:23 -04:00
parent a9a5469f72
commit 29b1d30bed
2 changed files with 8 additions and 6 deletions

View File

@ -22,13 +22,13 @@ Popup {
color: "#60000000"
}
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
width: 360
height: 480
width: 470
height: 400
background: Rectangle {
color: Style.current.background
radius: 8
}
padding: 0
padding: Style.current.padding
function postMessage(isAllowed){
interactedWith = true
@ -52,7 +52,8 @@ Popup {
anchors.right: root.right
anchors.rightMargin: Style.current.padding
anchors.top: root.top
anchors.topMargin: 90
anchors.topMargin: Style.current.padding
RowLayout {
property int imgSize: 40
@ -118,7 +119,8 @@ Popup {
StatusAccountSelector {
id: accountSelector
label: ""
width: 190
width: 300
implicitWidth: width
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop
showAccountDetails: false
accounts: WalletStore.accounts

2
vendor/status-lib vendored

@ -1 +1 @@
Subproject commit 845c29b6be236bf9a0459cff0d2abd57aec8053c
Subproject commit 6c7deb85a0f0e600a3875adac751bfc4625e7346