mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 15:17:25 -04:00
DatePicker.qml
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user