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
14ca601b
Commit
14ca601b
authored
Dec 08, 2013
by
Simonas Leleiva
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18 from locusf/nemobug_708
[bugfix] Replaced Text elements with Label element. Fixed NEMO#708.
parents
805df3a6
29b65804
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
AndroidDelegate.qml
examples/touch/content/AndroidDelegate.qml
+2
-3
ToolBarLayoutExample.qml
examples/touch/content/ToolBarLayoutExample.qml
+1
-2
No files found.
examples/touch/content/AndroidDelegate.qml
View file @
14ca601b
...
...
@@ -43,6 +43,7 @@
import
QtQuick
2.1
import
QtQuick
.
Controls
.
Nemo
1.0
Item
{
id
:
root
...
...
@@ -58,10 +59,8 @@ Item {
visible
:
mouse
.
pressed
}
Text
{
Label
{
id
:
textitem
color
:
"
white
"
font.pixelSize
:
32
text
:
modelData
anchors.verticalCenter
:
parent
.
verticalCenter
anchors.left
:
parent
.
left
...
...
examples/touch/content/ToolBarLayoutExample.qml
View file @
14ca601b
...
...
@@ -45,12 +45,11 @@ Item {
}
}
Text
{
Label
{
font.pixelSize
:
42
Behavior
on
x
{
NumberAnimation
{
easing.type
:
Easing
.
OutCubic
}
}
x
:
backButton
.
x
+
backButton
.
width
+
20
anchors.verticalCenter
:
parent
.
verticalCenter
color
:
"
white
"
text
:
parent
.
title
}
}
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