mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +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 bool basicMode : false
|
||||
property string balanceText
|
||||
property string unlockedBalanceText
|
||||
|
||||
property Transfer transferView: Transfer { }
|
||||
property Receive receiveView: Receive { }
|
||||
property History historyView: History { }
|
||||
property Settings settingsView: Settings { }
|
||||
|
||||
property string balanceText
|
||||
property string unlockedBalanceText
|
||||
|
||||
|
||||
signal paymentClicked(string address, string paymentId, double amount, int mixinCount, int priority)
|
||||
signal generatePaymentIdInvoked()
|
||||
|
@ -64,7 +64,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
|
||||
|
||||
// XXX: just for memo, to be removed
|
||||
// states: [
|
||||
// State {
|
||||
// name: "Dashboard"
|
||||
|
@ -116,7 +116,6 @@ Rectangle {
|
|||
}
|
||||
]
|
||||
|
||||
|
||||
// color stripe at the top
|
||||
Row {
|
||||
id: styledRow
|
||||
|
|
|
@ -284,3 +284,7 @@ Rectangle {
|
|||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue