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
84b417a1
Commit
84b417a1
authored
Mar 26, 2017
by
Aleksi Suomalainen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ui] Remove pixelsize and implicit measurements
parent
29d0d376
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
Spinner.qml
src/controls/Spinner.qml
+0
-2
TextFieldStyle.qml
src/styles/TextFieldStyle.qml
+1
-3
No files found.
src/controls/Spinner.qml
View file @
84b417a1
...
@@ -34,8 +34,6 @@ import QtQuick.Controls.Styles.Nemo 1.0
...
@@ -34,8 +34,6 @@ import QtQuick.Controls.Styles.Nemo 1.0
Item
{
Item
{
id
:
container
id
:
container
width
:
2
*
Theme
.
spinner
.
radius
+
Theme
.
spinner
.
horizontalSpacing
height
:
2
*
Theme
.
spinner
.
radius
+
Theme
.
spinner
.
verticalSpacing
states
:
[
states
:
[
State
{
name
:
"
enabled
"
;
when
:
enabled
}
State
{
name
:
"
enabled
"
;
when
:
enabled
}
...
...
src/styles/TextFieldStyle.qml
View file @
84b417a1
...
@@ -25,11 +25,9 @@ TextFieldStyle {
...
@@ -25,11 +25,9 @@ TextFieldStyle {
selectedTextColor
:
Theme
.
textField
.
selectedTextColor
selectedTextColor
:
Theme
.
textField
.
selectedTextColor
selectionColor
:
Theme
.
textField
.
selectionColor
selectionColor
:
Theme
.
textField
.
selectionColor
textColor
:
Theme
.
textField
.
selectedTextColor
textColor
:
Theme
.
textField
.
selectedTextColor
font.p
ixelSize
:
Theme
.
textField
.
pointSize
font.p
ointSize
:
14
font.family
:
Theme
.
textField
.
font
font.family
:
Theme
.
textField
.
font
background
:
Item
{
background
:
Item
{
implicitHeight
:
40
implicitWidth
:
320
anchors.leftMargin
:
16
anchors.leftMargin
:
16
anchors.rightMargin
:
16
anchors.rightMargin
:
16
opacity
:
control
.
enabled
?
1
:
0.6
opacity
:
control
.
enabled
?
1
:
0.6
...
...
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