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
34a897e7
Commit
34a897e7
authored
Dec 06, 2016
by
Chupligin Sergey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AppLauncher] Add default icon
parent
68050fe0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
AppLauncher.qml
src/qml/AppLauncher.qml
+1
-1
CloseButton.qml
src/qml/CloseButton.qml
+1
-1
default_icon.png
src/qml/theme/default_icon.png
+0
-0
No files found.
src/qml/AppLauncher.qml
View file @
34a897e7
...
...
@@ -91,7 +91,7 @@ GridView {
id
:
launcherItem
width
:
gridview
.
cellWidth
height
:
gridview
.
cellHeight
source
:
model
.
object
.
iconId
==
""
?
"
:/images/icons/apps
.png
"
:
(
model
.
object
.
iconId
.
indexOf
(
"
/
"
)
==
0
?
"
file://
"
:
"
image://theme/
"
)
+
model
.
object
.
iconId
source
:
model
.
object
.
iconId
==
""
?
"
/usr/share/lipstick-glacier-home-qt5/qml/theme/default_icon
.png
"
:
(
model
.
object
.
iconId
.
indexOf
(
"
/
"
)
==
0
?
"
file://
"
:
"
image://theme/
"
)
+
model
.
object
.
iconId
iconCaption
:
model
.
object
.
title
}
}
src/qml/CloseButton.qml
View file @
34a897e7
...
...
@@ -27,7 +27,7 @@ Image {
id
:
closeButton
signal
clicked
()
source
:
'
=
/usr/share/lipstick-glacier-home-qt5/qml/theme/icon-m-framework-close-thumbnail.png
'
source
:
'
/usr/share/lipstick-glacier-home-qt5/qml/theme/icon-m-framework-close-thumbnail.png
'
MouseArea
{
anchors.fill
:
parent
...
...
src/qml/theme/default_icon.png
0 → 100644
View file @
34a897e7
3.09 KB
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