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
729de8fe
Commit
729de8fe
authored
Jan 17, 2017
by
Sergey Chupligin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AppLauncher] Fix icon size
parent
7255535a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AppLauncher.qml
src/qml/AppLauncher.qml
+2
-2
No files found.
src/qml/AppLauncher.qml
View file @
729de8fe
...
@@ -32,9 +32,9 @@ import QtQuick.Controls.Styles.Nemo 1.0
...
@@ -32,9 +32,9 @@ import QtQuick.Controls.Styles.Nemo 1.0
GridView
{
GridView
{
id
:
gridview
id
:
gridview
cellWidth
:
parent
.
width
/
4
cellWidth
:
Math
.
min
(
parent
.
width
,
parent
.
height
)
/
4
cellHeight
:
cellWidth
+
30
cellHeight
:
cellWidth
+
30
width
:
Math
.
floor
(
parent
.
width
/
cellWidth
)
*
cellW
idth
width
:
parent
.
w
idth
cacheBuffer
:
gridview
.
contentHeight
cacheBuffer
:
gridview
.
contentHeight
property
Item
reorderItem
property
Item
reorderItem
property
bool
onUninstall
property
bool
onUninstall
...
...
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