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
40b02bf4
Commit
40b02bf4
authored
Oct 26, 2015
by
Marco Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make sure we show the full rep when possible
parent
e1da762f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
containments/homescreen/package/contents/ui/main.qml
containments/homescreen/package/contents/ui/main.qml
+1
-2
No files found.
containments/homescreen/package/contents/ui/main.qml
View file @
40b02bf4
...
...
@@ -181,7 +181,6 @@ Item {
opacity
:
1
-
Math
.
abs
(
x
/
(
width
/
2
))
Layout.fillWidth
:
true
Layout.fillHeight
:
applet
&&
applet
.
Layout
.
fillHeight
Layout.minimumHeight
:
applet
&&
applet
.
switchHeight
?
applet
.
switchHeight
:
0
Connections
{
target
:
plasmoid
...
...
@@ -211,7 +210,7 @@ Item {
}
width
:
parent
.
width
height
:
Math
.
max
(
applet
.
Layout
.
minimumHeight
,
(
root
.
height
-
applicationsView
.
headerItem
.
margin
)
/
2
)
height
:
Math
.
max
(
applet
.
switchHeight
+
1
+
background
.
margins
.
top
+
background
.
margins
.
bottom
,
Math
.
max
(
applet
.
Layout
.
minimumHeight
,
(
root
.
height
-
applicationsView
.
headerItem
.
margin
)
/
2
)
)
PlasmaComponents.BusyIndicator
{
z
:
1000
...
...
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