Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Calindori
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma Mobile
Calindori
Commits
f7870910
Commit
f7870910
authored
Mar 05, 2019
by
Dimitris Kardarakos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align the header (start date) of the todo page to the center and increase font
parent
85972442
Pipeline
#1273
passed with stage
in 5 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
src/contents/ui/TodoPage.qml
src/contents/ui/TodoPage.qml
+7
-3
No files found.
src/contents/ui/TodoPage.qml
View file @
f7870910
...
...
@@ -47,12 +47,16 @@ Kirigami.Page {
anchors.centerIn
:
parent
Controls2.Label
{
Layout.fillWidth
:
true
horizontalAlignment
:
Text
.
AlignHCenter
font.pointSize
:
Kirigami
.
Units
.
fontMetrics
.
font
.
pointSize
*
1.2
text
:
todoData
?
todoData
.
dtstart
.
toLocaleDateString
(
Qt
.
locale
())
:
startdt
.
toLocaleDateString
(
Qt
.
locale
())
}
Kirigami.FormLayout
{
id
:
todoCard
Controls2.Label
{
text
:
todoData
?
todoData
.
dtstart
.
toLocaleDateString
(
Qt
.
locale
())
:
startdt
.
toLocaleDateString
(
Qt
.
locale
())
}
Kirigami.Separator
{
Kirigami.FormData.isSection
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment