New history page, including the mobile version.

This commit is contained in:
Sander Ferdinand
2017-12-27 00:53:21 +01:00
committed by moneromooo-monero
parent c28d2daf20
commit cf2791a246
18 changed files with 851 additions and 875 deletions

View File

@@ -37,7 +37,7 @@ import "../components" as MoneroComponents
Rectangle {
id: root
color: "white"
color: "transparent"
visible: false
property alias title: dialogTitle.text
property alias text: dialogContent.text
@@ -55,6 +55,14 @@ Rectangle {
signal rejected()
signal closeCallback();
Image {
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
source: "../images/middlePanelBg.jpg"
}
// Make window draggable
MouseArea {
anchors.fill: parent
@@ -99,7 +107,7 @@ Rectangle {
horizontalAlignment: Text.AlignHCenter
font.pixelSize: 18 * scaleRatio
font.family: "Arial"
color: "#555555"
color: Style.defaultFontColor
}
}
@@ -115,6 +123,10 @@ Rectangle {
font.pixelSize: 12 * scaleRatio
selectByMouse: false
wrapMode: TextEdit.Wrap
textColor: Style.defaultFontColor
style: TextAreaStyle {
backgroundColor: "black"
}
MouseArea {
anchors.fill: parent