aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-19 16:09:10 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-19 16:09:10 +0200
commitb0afe850fe84c9f75692cf6e111658d219520bbf (patch)
treec488613d691a64b73a08265487e7d3ddcaf3464b
parent1eb08fe26aa99efbb92487f210bbcde6f7b2ce12 (diff)
parentfcb282d52ab3dd5facc03e3eb021a53580851192 (diff)
downloadmonzero-gui-b0afe850fe84c9f75692cf6e111658d219520bbf.tar.gz
monzero-gui-b0afe850fe84c9f75692cf6e111658d219520bbf.tar.xz
monzero-gui-b0afe850fe84c9f75692cf6e111658d219520bbf.zip
Merge branch 'master' of https://bitbucket.org/krzysztof_anonimowy/bitmonero
-rw-r--r--components/DatePicker.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/DatePicker.qml b/components/DatePicker.qml
index c60007a0..d4b421e7 100644
--- a/components/DatePicker.qml
+++ b/components/DatePicker.qml
@@ -99,7 +99,7 @@ Item {
width: 22
font.family: "Arial"
font.pixelSize: 18
- color: "#525252"
+ // color: "#525252"
maximumLength: 2
horizontalAlignment: TextInput.AlignHCenter
validator: IntValidator{bottom: 01; top: 31;}
@@ -121,7 +121,7 @@ Item {
Text {
font.family: "Arial"
font.pixelSize: 18
- color: "#525252"
+ // color: "#525252"
text: "."
}
@@ -130,7 +130,7 @@ Item {
width: 22
font.family: "Arial"
font.pixelSize: 18
- color: "#525252"
+ // color: "#525252"
maximumLength: 2
horizontalAlignment: TextInput.AlignHCenter
validator: IntValidator{bottom: 01; top: 12;}
@@ -152,7 +152,7 @@ Item {
Text {
font.family: "Arial"
font.pixelSize: 18
- color: "#525252"
+ // color: "#525252"
text: "."
}
@@ -161,7 +161,7 @@ Item {
width: 44
font.family: "Arial"
font.pixelSize: 18
- color: "#525252"
+ /// color: "#525252"
maximumLength: 4
horizontalAlignment: TextInput.AlignHCenter
validator: IntValidator{bottom: 1000; top: 9999;}