Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Phone Components
Commits
fd382d0b
Commit
fd382d0b
authored
Jun 12, 2015
by
Marco Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bigger bottom bar
parent
5fd688df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
containments/taskpanel/package/contents/ui/main.qml
containments/taskpanel/package/contents/ui/main.qml
+4
-0
shell/contents/layout.js
shell/contents/layout.js
+1
-1
No files found.
containments/taskpanel/package/contents/ui/main.qml
View file @
fd382d0b
...
...
@@ -35,12 +35,16 @@ Rectangle {
property
Item
toolBox
PlasmaComponents.ToolButton
{
height
:
parent
.
height
width
:
height
anchors.horizontalCenter
:
parent
.
horizontalCenter
iconSource
:
"
go-home
"
onClicked
:
plasmoid
.
nativeInterface
.
executeScript
(
"
showdesktop
"
);
}
PlasmaComponents.ToolButton
{
height
:
parent
.
height
width
:
height
anchors.right
:
parent
.
right
iconSource
:
"
window-close
"
onClicked
:
plasmoid
.
nativeInterface
.
executeScript
(
"
close
"
);
...
...
shell/contents/layout.js
View file @
fd382d0b
...
...
@@ -23,5 +23,5 @@ panel.height = 60;
var
bottomPanel
=
new
Panel
(
"
org.kde.phone.taskpanel
"
);
bottomPanel
.
location
=
"
bottom
"
;
bottomPanel
.
height
=
8
0
;
bottomPanel
.
height
=
10
0
;
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