Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
glacier-home
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
glacier-home
Commits
bf4f7bf4
Commit
bf4f7bf4
authored
Jun 09, 2017
by
m2ko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pointSize to pixelSize
parent
473f44f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
AppSwitcher.qml
src/qml/AppSwitcher.qml
+5
-3
FeedsPage.qml
src/qml/FeedsPage.qml
+2
-2
LockscreenClock.qml
src/qml/LockscreenClock.qml
+3
-3
No files found.
src/qml/AppSwitcher.qml
View file @
bf4f7bf4
...
...
@@ -51,11 +51,13 @@ Item {
id
:
topText
visible
:
switcherModel
.
itemCount
===
0
width
:
noAppsLabel
.
width
height
:
Theme
.
itemHeightMedium
anchors
{
top
:
parent
.
top
topMargin
:
Theme
.
itemSpacingLarge
horizontalCenter
:
parent
.
horizontalCenter
topMargin
:
Theme
.
itemSpacingLarge
}
color
:
"
black
"
color
:
"
transparent
"
Label
{
id
:
noAppsLabel
...
...
@@ -65,7 +67,7 @@ Item {
left
:
parent
.
left
}
font.weight
:
Font
.
Light
font.p
ointSize
:
Theme
.
fontSizeTiny
font.p
ixelSize
:
Theme
.
fontSizeExtraLarge
}
}
Flickable
{
...
...
src/qml/FeedsPage.qml
View file @
bf4f7bf4
...
...
@@ -59,7 +59,7 @@ Flickable {
id
:
displayDayOfWeek
text
:
Qt
.
formatDateTime
(
wallClock
.
time
,
"
dddd
"
)
+
"
,
"
color
:
Theme
.
textColor
font.p
ointSize
:
Theme
.
fontSizeTiny
/
1.5
font.p
ixelSize
:
Theme
.
fontSizeExtraLarge
font.weight
:
Font
.
Bold
anchors
{
top
:
parent
.
top
...
...
@@ -71,7 +71,7 @@ Flickable {
Label
{
id
:
displayCurrentDate
text
:
Qt
.
formatDate
(
wallClock
.
time
,
"
d MMMM yyyy
"
)
font.p
ointSize
:
Theme
.
fontSizeTiny
/
1.5
font.p
ixelSize
:
Theme
.
fontSizeExtraLarge
color
:
Theme
.
textColor
font.weight
:
Font
.
Light
wrapMode
:
Text
.
WordWrap
...
...
src/qml/LockscreenClock.qml
View file @
bf4f7bf4
...
...
@@ -25,7 +25,7 @@ Rectangle {
Text
{
id
:
timeDisplay
font.p
ointSize
:
Theme
.
fontSizeExtraLarge
font.p
ixelSize
:
Theme
.
fontSizeExtraLarge
*
2
font.weight
:
Font
.
Light
lineHeight
:
0.85
color
:
Theme
.
textColor
...
...
@@ -51,7 +51,7 @@ Rectangle {
Label
{
id
:
weekdayDisplay
font.p
ointSize
:
Theme
.
fontSizeTiny
/
1.5
font.p
ixelSize
:
Theme
.
fontSizeLarge
color
:
Theme
.
textColor
horizontalAlignment
:
Text
.
AlignHCenter
font.weight
:
Font
.
Bold
...
...
@@ -65,7 +65,7 @@ Rectangle {
Label
{
id
:
dateDisplay
font.p
ointSize
:
Theme
.
fontSizeTiny
/
1.5
font.p
ixelSize
:
Theme
.
fontSizeLarge
color
:
Theme
.
textColor
horizontalAlignment
:
Text
.
AlignHCenter
font.weight
:
Font
.
Light
...
...
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