Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
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
qtquickcontrols-nemo
Commits
5b1fee8d
Commit
5b1fee8d
authored
Apr 09, 2017
by
Chupligin Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[GlacierRoller] add scaling
parent
9906bc68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
GlacierRoller.qml
src/controls/GlacierRoller.qml
+6
-6
No files found.
src/controls/GlacierRoller.qml
View file @
5b1fee8d
...
@@ -21,7 +21,7 @@ Item {
...
@@ -21,7 +21,7 @@ Item {
id
:
label
id
:
label
visible
:
label
.
text
!=
""
visible
:
label
.
text
!=
""
font.capitalization
:
Font
.
AllUppercase
font.capitalization
:
Font
.
AllUppercase
font.pixelSize
:
14
font.pixelSize
:
size
.
dp
(
14
)
color
:
"
white
"
color
:
"
white
"
anchors
{
anchors
{
...
@@ -51,19 +51,19 @@ Item {
...
@@ -51,19 +51,19 @@ Item {
PathView
{
PathView
{
id
:
view
id
:
view
property
int
itemHeight
:
40
property
int
itemHeight
:
size
.
dp
(
40
)
property
bool
showRow
:
false
property
bool
showRow
:
false
interactive
:
activated
interactive
:
activated
width
:
parent
.
width
-
60
width
:
parent
.
width
-
size
.
dp
(
60
)
height
:
40
height
:
size
.
dp
(
40
)
clip
:
true
clip
:
true
anchors
{
anchors
{
top
:
label
.
top
top
:
label
.
top
topMargin
:
20
topMargin
:
size
.
dp
(
20
)
left
:
label
.
left
left
:
label
.
left
leftMargin
:
30
leftMargin
:
size
.
dp
(
30
)
}
}
pathItemCount
:
height
/
itemHeight
pathItemCount
:
height
/
itemHeight
...
...
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