mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Settings page: layout items vertically
This commit is contained in:
parent
4f4cc9c8e8
commit
d67071a7a4
2 changed files with 38 additions and 35 deletions
|
@ -38,14 +38,14 @@ Rectangle {
|
||||||
|
|
||||||
property Item currentView
|
property Item currentView
|
||||||
property bool basicMode : false
|
property bool basicMode : false
|
||||||
|
property string balanceText
|
||||||
|
property string unlockedBalanceText
|
||||||
|
|
||||||
property Transfer transferView: Transfer { }
|
property Transfer transferView: Transfer { }
|
||||||
property Receive receiveView: Receive { }
|
property Receive receiveView: Receive { }
|
||||||
property History historyView: History { }
|
property History historyView: History { }
|
||||||
property Settings settingsView: Settings { }
|
property Settings settingsView: Settings { }
|
||||||
|
|
||||||
property string balanceText
|
|
||||||
property string unlockedBalanceText
|
|
||||||
|
|
||||||
|
|
||||||
signal paymentClicked(string address, string paymentId, double amount, int mixinCount, int priority)
|
signal paymentClicked(string address, string paymentId, double amount, int mixinCount, int priority)
|
||||||
signal generatePaymentIdInvoked()
|
signal generatePaymentIdInvoked()
|
||||||
|
@ -64,7 +64,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// XXX: just for memo, to be removed
|
||||||
// states: [
|
// states: [
|
||||||
// State {
|
// State {
|
||||||
// name: "Dashboard"
|
// name: "Dashboard"
|
||||||
|
@ -116,7 +116,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
// color stripe at the top
|
// color stripe at the top
|
||||||
Row {
|
Row {
|
||||||
id: styledRow
|
id: styledRow
|
||||||
|
|
|
@ -284,3 +284,7 @@ Rectangle {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue