mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 12:46:08 +00:00
fix(InsertDetailsView): fixed layout spacing and positioning
Closes #6022
This commit is contained in:
parent
16b2ca5c2c
commit
8af4e765c9
@ -80,8 +80,8 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
Layout.preferredWidth: 80
|
Layout.preferredWidth: 86
|
||||||
Layout.preferredHeight: 80
|
Layout.preferredHeight: 86
|
||||||
Layout.alignment: Qt.AlignTop | Qt.AlignHCenter
|
Layout.alignment: Qt.AlignTop | Qt.AlignHCenter
|
||||||
Layout.topMargin: Style.current.bigPadding
|
Layout.topMargin: Style.current.bigPadding
|
||||||
StatusSmartIdenticon {
|
StatusSmartIdenticon {
|
||||||
@ -121,7 +121,7 @@ Item {
|
|||||||
Item {
|
Item {
|
||||||
id: nameInputItem
|
id: nameInputItem
|
||||||
Layout.preferredWidth: 328
|
Layout.preferredWidth: 328
|
||||||
Layout.preferredHeight: 69
|
Layout.preferredHeight: 66
|
||||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop
|
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop
|
||||||
Layout.topMargin: 37
|
Layout.topMargin: 37
|
||||||
StatusInput {
|
StatusInput {
|
||||||
@ -160,7 +160,7 @@ Item {
|
|||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
id: chatKeyTxt
|
id: chatKeyTxt
|
||||||
Layout.preferredHeight: 44
|
Layout.preferredHeight: 22
|
||||||
color: Style.current.secondaryText
|
color: Style.current.secondaryText
|
||||||
text: qsTr("Chatkey:") + " " + Utils.getCompressedPk(root.pubKey)
|
text: qsTr("Chatkey:") + " " + Utils.getCompressedPk(root.pubKey)
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
@ -172,10 +172,11 @@ Item {
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: chainsChatKeyImg
|
id: chainsChatKeyImg
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter | Qt.AlignTop
|
||||||
Layout.topMargin: Style.current.padding
|
Layout.topMargin: Style.current.padding
|
||||||
Layout.preferredWidth: 215
|
Layout.preferredWidth: 215
|
||||||
Layout.preferredHeight: 77
|
Layout.preferredHeight: 77
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: imgChains
|
id: imgChains
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user