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
a80c61ba
Commit
a80c61ba
authored
Jan 23, 2015
by
Aleksi Suomalainen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[rename] Rename the labels to descriptive names.
parent
3c392d7f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
AppLauncher.qml
src/qml/AppLauncher.qml
+4
-4
No files found.
src/qml/AppLauncher.qml
View file @
a80c61ba
...
@@ -56,13 +56,13 @@ GridView {
...
@@ -56,13 +56,13 @@ GridView {
property
alias
uninstall
:
uninstall
property
alias
uninstall
:
uninstall
Rectangle
{
Rectangle
{
id
:
remove
id
:
remove
property
alias
text
:
lb
l
.
text
property
alias
text
:
removeLabe
l
.
text
visible
:
onUninstall
visible
:
onUninstall
height
:
110
height
:
110
color
:
"
red
"
color
:
"
red
"
width
:
gridview
.
width
/
2
width
:
gridview
.
width
/
2
Label
{
Label
{
id
:
lb
l
id
:
removeLabe
l
anchors.centerIn
:
parent
anchors.centerIn
:
parent
text
:
"
Remove
"
text
:
"
Remove
"
font.pointSize
:
8
font.pointSize
:
8
...
@@ -70,14 +70,14 @@ GridView {
...
@@ -70,14 +70,14 @@ GridView {
}
}
Rectangle
{
Rectangle
{
id
:
uninstall
id
:
uninstall
property
alias
text
:
lbl2
.
text
property
alias
text
:
uninstallLabel
.
text
anchors.left
:
remove
.
right
anchors.left
:
remove
.
right
visible
:
onUninstall
visible
:
onUninstall
color
:
"
red
"
color
:
"
red
"
width
:
gridview
.
width
/
2
width
:
gridview
.
width
/
2
height
:
110
height
:
110
Label
{
Label
{
id
:
lbl2
id
:
uninstallLabel
anchors.centerIn
:
parent
anchors.centerIn
:
parent
text
:
"
Uninstall
"
text
:
"
Uninstall
"
font.pointSize
:
8
font.pointSize
:
8
...
...
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