summaryrefslogtreecommitdiffstats
path: root/src/settingsui/timedate/TimeDate.qml
diff options
context:
space:
mode:
authorLasse Räihä <lasse.raiha@qt.io>2017-09-22 13:27:59 +0300
committerSami Nurmenniemi <sami.nurmenniemi@qt.io>2017-11-22 10:40:54 +0000
commit3845fec1ba882fc86be543cf2d79df71e484e510 (patch)
tree895e9152056e78816dfbd7b83aba6b50437ea564 /src/settingsui/timedate/TimeDate.qml
parent3895b8504f65346a1de19aa1ceb9570175337283 (diff)
Settings-plugin update
Task-number: QTBUG-63091 Change-Id: I116e768704f61c54d393ff00416ef03cc1885c0b Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/settingsui/timedate/TimeDate.qml')
-rw-r--r--src/settingsui/timedate/TimeDate.qml24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/settingsui/timedate/TimeDate.qml b/src/settingsui/timedate/TimeDate.qml
index 5e9c34c..7a27047 100644
--- a/src/settingsui/timedate/TimeDate.qml
+++ b/src/settingsui/timedate/TimeDate.qml
@@ -44,32 +44,10 @@ Item {
contentWidth: width
Text {
- id: dateAndTimeTitle
- anchors.top: parent.top
- anchors.left: parent.left
- fontSizeMode: Text.Fit
- minimumPixelSize: 1
- font.pixelSize: parent.height * 0.05
- color: "white"
- text: qsTr("Date & Time")
- font.family: appFont
- font.styleName: "Bold"
- }
-
- Rectangle {
- id: btmLine
- anchors.top: dateAndTimeTitle.bottom
- anchors.topMargin: parent.height * 0.025
- anchors.left: dateAndTimeTitle.left
- width: parent.width * 0.275
- height: parent.height * 0.005
- }
-
- Text {
id: dateText
width: parent.width
height: parent.height * 0.055
- anchors.top: btmLine.bottom
+ anchors.top: parent.top
anchors.left: parent.left
anchors.topMargin: parent.height * 0.05
fontSizeMode: Text.Fit