Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
b285d75d
Commit
b285d75d
authored
Feb 25, 2020
by
Alexander Stippich
Browse files
fix margins when view selector is collapsed
parent
73c62114
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/ViewSelector.qml
View file @
b285d75d
...
...
@@ -136,7 +136,7 @@ FocusScope {
PropertyChanges
{
target
:
rootFocusScope
textOpacity
:
0
implicitWidth
:
Kirigami
.
Units
.
iconSizes
.
smallMedium
+
3
*
Kirigami
.
Units
.
small
Spacing
implicitWidth
:
Kirigami
.
Units
.
iconSizes
.
smallMedium
+
2
*
Kirigami
.
Units
.
large
Spacing
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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