mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
DatePicker.qml
This commit is contained in:
parent
3ecffbc767
commit
f3dfd18641
1 changed files with 0 additions and 3 deletions
|
@ -285,7 +285,6 @@ Item {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
font.letterSpacing: -1
|
|
||||||
font.bold: dayArea.pressed
|
font.bold: dayArea.pressed
|
||||||
text: styleData.date.getDate()
|
text: styleData.date.getDate()
|
||||||
color: {
|
color: {
|
||||||
|
@ -322,7 +321,6 @@ Item {
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 9
|
font.pixelSize: 9
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#535353"
|
color: "#535353"
|
||||||
text: {
|
text: {
|
||||||
var locale = Qt.locale()
|
var locale = Qt.locale()
|
||||||
|
@ -339,7 +337,6 @@ Item {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
font.letterSpacing: -1
|
|
||||||
color: "#4A4646"
|
color: "#4A4646"
|
||||||
text: styleData.title
|
text: styleData.title
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue