forked from Public/monero-gui
Settings page: layout items vertically
This commit is contained in:
@@ -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 {
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user