Remove datetime label for now
This commit is contained in:
parent
54f1dfa6bb
commit
8dbc171fd6
1 changed files with 1 additions and 11 deletions
|
|
@ -27,22 +27,12 @@ Page {
|
|||
|
||||
Label {
|
||||
text: filename
|
||||
font.pixelSize: Theme.fontSizeMedium
|
||||
anchors {
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
}
|
||||
anchors.leftMargin: Theme.horizontalPageMargin
|
||||
font.pixelSize: Theme.fontSizeLarge
|
||||
}
|
||||
|
||||
Label {
|
||||
text: "datetime"
|
||||
anchors {
|
||||
bottom: parent.bottom
|
||||
right: parent.right
|
||||
rightMargin: Theme.horizontalPageMargin
|
||||
}
|
||||
font.pixelSize: Theme.fontSizeTiny
|
||||
}
|
||||
|
||||
menu: ContextMenu {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue