mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
darker font in data picker
This commit is contained in:
@@ -99,7 +99,7 @@ Item {
|
|||||||
width: 22
|
width: 22
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: "#525252"
|
// color: "#525252"
|
||||||
maximumLength: 2
|
maximumLength: 2
|
||||||
horizontalAlignment: TextInput.AlignHCenter
|
horizontalAlignment: TextInput.AlignHCenter
|
||||||
validator: IntValidator{bottom: 01; top: 31;}
|
validator: IntValidator{bottom: 01; top: 31;}
|
||||||
@@ -121,7 +121,7 @@ Item {
|
|||||||
Text {
|
Text {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: "#525252"
|
// color: "#525252"
|
||||||
text: "."
|
text: "."
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -130,7 +130,7 @@ Item {
|
|||||||
width: 22
|
width: 22
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: "#525252"
|
// color: "#525252"
|
||||||
maximumLength: 2
|
maximumLength: 2
|
||||||
horizontalAlignment: TextInput.AlignHCenter
|
horizontalAlignment: TextInput.AlignHCenter
|
||||||
validator: IntValidator{bottom: 01; top: 12;}
|
validator: IntValidator{bottom: 01; top: 12;}
|
||||||
@@ -152,7 +152,7 @@ Item {
|
|||||||
Text {
|
Text {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: "#525252"
|
// color: "#525252"
|
||||||
text: "."
|
text: "."
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -161,7 +161,7 @@ Item {
|
|||||||
width: 44
|
width: 44
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: "#525252"
|
/// color: "#525252"
|
||||||
maximumLength: 4
|
maximumLength: 4
|
||||||
horizontalAlignment: TextInput.AlignHCenter
|
horizontalAlignment: TextInput.AlignHCenter
|
||||||
validator: IntValidator{bottom: 1000; top: 9999;}
|
validator: IntValidator{bottom: 1000; top: 9999;}
|
||||||
|
|||||||
Reference in New Issue
Block a user