mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 08:57:25 -04:00
Merge pull request #2164
96945c2 MiddlePanel: dynamic content height (selsta)
This commit is contained in:
@@ -44,6 +44,7 @@ import FontAwesome 1.0
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "transparent"
|
||||
property alias addressbookHeight: mainLayout.height
|
||||
property bool selectAndSend: false
|
||||
property bool editEntry: false
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ import moneroComponents.Wallet 1.0
|
||||
Rectangle {
|
||||
id: root
|
||||
color: "transparent"
|
||||
property alias miningHeight: mainLayout.height
|
||||
property double currentHashRate: 0
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
@@ -37,6 +37,7 @@ import moneroComponents.WalletManager 1.0
|
||||
import "../components" as MoneroComponents
|
||||
|
||||
Rectangle {
|
||||
property alias signHeight: mainLayout.height
|
||||
property bool messageMode: true
|
||||
property bool fileMode: false
|
||||
|
||||
|
||||
@@ -47,6 +47,8 @@ Rectangle {
|
||||
signal sweepUnmixableClicked()
|
||||
|
||||
color: "transparent"
|
||||
property alias transferHeight1: pageRoot.height
|
||||
property alias transferHeight2: advancedLayout.height
|
||||
property int mixin: 10 // (ring size 11)
|
||||
property string warningContent: ""
|
||||
property string sendButtonWarning: ""
|
||||
@@ -435,15 +437,8 @@ Rectangle {
|
||||
|
||||
} // pageRoot
|
||||
|
||||
Rectangle {
|
||||
id: desaturate
|
||||
color:"black"
|
||||
anchors.fill: parent
|
||||
opacity: 0.1
|
||||
visible: (pageRoot.enabled)? 0 : 1;
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: advancedLayout
|
||||
anchors.top: pageRoot.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
@@ -37,8 +37,8 @@ import moneroComponents.Clipboard 1.0
|
||||
import "../js/TxUtils.js" as TxUtils
|
||||
|
||||
Rectangle {
|
||||
|
||||
color: "transparent"
|
||||
property alias txkeyHeight: mainLayout.height
|
||||
|
||||
Clipboard { id: clipboard }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user