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
b9eba256
Commit
b9eba256
authored
Apr 15, 2017
by
Chupligin Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Packaking] fix pro file
parent
af91a9bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
controls.pro
src/controls/controls.pro
+3
-1
theme.h
src/controls/theme.h
+1
-1
No files found.
src/controls/controls.pro
View file @
b9eba256
...
...
@@ -19,7 +19,9 @@ QML_FILES += \
HeaderToolsLayout
.
qml
\
Slider
.
qml
\
ListView
.
qml
\
ListViewItemWithActions
.
qml
ListViewItemWithActions
.
qml
\
GlacierRoller
.
qml
\
GlacierRollerItem
.
qml
OTHER_FILES
+=
qmldir
\
$$
QML_FILES
...
...
src/controls/theme.h
View file @
b9eba256
...
...
@@ -62,7 +62,7 @@ public:
qreal
itemSpacingLarge
(){
return
m_itemSpacingLarge
;}
qreal
itemSpacingMedium
(){
return
m_itemSpacingMedium
;}
qreal
itemSpacingSmall
(){
return
m_itemSpacingSmall
;}
qreal
itemSpacingExtraSmall
(){
return
m_itemExtraSmall
;}
qreal
itemSpacingExtraSmall
(){
return
m_item
Spacing
ExtraSmall
;}
int
fontSizeExtraLarge
(){
return
m_fontSizeExtraLarge
;}
int
fontSizeLarge
(){
return
m_fontSizeLarge
;}
...
...
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