mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Small style changes
This commit is contained in:
parent
bbc16e36dd
commit
69b4d56fdd
3 changed files with 3 additions and 2 deletions
|
@ -124,7 +124,7 @@ Rectangle {
|
||||||
}, State {
|
}, State {
|
||||||
name: "TxKey"
|
name: "TxKey"
|
||||||
PropertyChanges { target: root; currentView: txkeyView }
|
PropertyChanges { target: root; currentView: txkeyView }
|
||||||
PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }
|
PropertyChanges { target: mainFlickable; contentHeight: 1200 * scaleRatio }
|
||||||
}, State {
|
}, State {
|
||||||
name: "SharedRingDB"
|
name: "SharedRingDB"
|
||||||
PropertyChanges { target: root; currentView: sharedringdbView }
|
PropertyChanges { target: root; currentView: sharedringdbView }
|
||||||
|
|
|
@ -42,7 +42,7 @@ ListView {
|
||||||
delegate: Rectangle {
|
delegate: Rectangle {
|
||||||
id: delegate
|
id: delegate
|
||||||
height: 74
|
height: 74
|
||||||
color: 'transparent';
|
color: 'black';
|
||||||
anchors.topMargin: 0
|
anchors.topMargin: 0
|
||||||
width: listView.width
|
width: listView.width
|
||||||
|
|
||||||
|
|
|
@ -175,6 +175,7 @@ ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 20 * scaleRatio
|
Layout.topMargin: 20 * scaleRatio
|
||||||
fontSize: 14 * scaleRatio
|
fontSize: 14 * scaleRatio
|
||||||
|
color: 'black'
|
||||||
text: qsTr("Bootstrap node (leave blank if not wanted)") + translationManager.emptyString
|
text: qsTr("Bootstrap node (leave blank if not wanted)") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
RemoteNodeEdit {
|
RemoteNodeEdit {
|
||||||
|
|
Loading…
Reference in a new issue