mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
commit
c1573c2c2a
@ -39,19 +39,14 @@ import "."
|
|||||||
import moneroComponents.Clipboard 1.0
|
import moneroComponents.Clipboard 1.0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
Layout.fillWidth: true
|
|
||||||
Layout.preferredHeight: 96
|
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
height: grid.height
|
||||||
ColumnLayout {
|
width: grid.width
|
||||||
spacing: 0
|
|
||||||
Layout.preferredHeight: 32
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id: grid
|
id: grid
|
||||||
Layout.alignment: Qt.AlignHCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
columnSpacing: 0
|
columnSpacing: 0
|
||||||
property string fontColorActive: MoneroComponents.Style.blackTheme ? "white" : "white"
|
property string fontColorActive: MoneroComponents.Style.blackTheme ? "white" : "white"
|
||||||
property string fontColorInActive: MoneroComponents.Style.blackTheme ? "white" : MoneroComponents.Style.dimmedFontColor
|
property string fontColorInActive: MoneroComponents.Style.blackTheme ? "white" : MoneroComponents.Style.dimmedFontColor
|
||||||
@ -413,11 +408,5 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
|
||||||
color: "transparent"
|
|
||||||
Layout.fillWidth: true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -48,7 +48,11 @@ ColumnLayout {
|
|||||||
property int settingsHeight: 900
|
property int settingsHeight: 900
|
||||||
property alias settingsStateViewState: settingsStateView.state
|
property alias settingsStateViewState: settingsStateView.state
|
||||||
|
|
||||||
Navbar{}
|
Navbar {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
Layout.topMargin: height
|
||||||
|
Layout.bottomMargin: height
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle{
|
Rectangle{
|
||||||
id: settingsStateView
|
id: settingsStateView
|
||||||
|
Loading…
Reference in New Issue
Block a user