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
Plasma
Discover
Commits
7fa4ccc7
Commit
7fa4ccc7
authored
Nov 17, 2020
by
Nate Graham
Browse files
Fix sidebar header/toolbar sizing and height
Now it's not ever so slightly different in height from other ones.
parent
166c45f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/DiscoverDrawer.qml
View file @
7fa4ccc7
...
...
@@ -54,20 +54,18 @@ Kirigami.GlobalDrawer {
}
header
:
Kirigami.AbstractApplicationHeader
{
id
:
toolbar
visible
:
drawer
.
wideScreen
RowLayout
{
anchors.fill
:
parent
anchors.leftMargin
:
Kirigami
.
Units
.
smallSpacing
anchors.rightMargin
:
Kirigami
.
Units
.
smallSpacing
anchors
{
left
:
parent
.
left
leftMargin
:
Kirigami
.
Units
.
smallSpacing
right
:
parent
.
right
rightMargin
:
Kirigami
.
Units
.
smallSpacing
}
SearchField
{
id
:
searchField
Layout.topMargin
:
Kirigami
.
Units
.
smallSpacing
Layout.bottomMargin
:
Kirigami
.
Units
.
smallSpacing
Layout.fillHeight
:
true
Layout.fillWidth
:
true
visible
:
window
.
leftPage
&&
(
window
.
leftPage
.
searchFor
!==
null
||
window
.
leftPage
.
hasOwnProperty
(
"
search
"
))
...
...
Nate Graham
@ngraham
mentioned in commit
4c118c49
·
Nov 17, 2020
mentioned in commit
4c118c49
mentioned in commit 4c118c49a7792b15a7d7e10adcac021c6ed37053
Toggle commit list
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