Skip to content
GitLab
Menu
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
ff121e92
Commit
ff121e92
authored
Apr 08, 2021
by
Nate Graham
Browse files
Use common brace style for AddonsView
GIT_SILENT
parent
5798eabb
Changes
1
Hide whitespace changes
Inline
Side-by-side
discover/qml/AddonsView.qml
View file @
ff121e92
...
...
@@ -5,8 +5,7 @@ import org.kde.discover 2.0
import
"
navigation.js
"
as
Navigation
import
org
.
kde
.
kirigami
2.14
as
Kirigami
Kirigami.OverlaySheet
{
Kirigami.OverlaySheet
{
id
:
addonsView
parent
:
applicationWindow
().
overlay
...
...
@@ -17,8 +16,7 @@ Kirigami.OverlaySheet
header
:
Kirigami.Heading
{
text
:
i18n
(
"
Addons
"
)
}
ListView
{
ListView
{
id
:
listview
implicitWidth
:
Kirigami
.
Units
.
gridUnit
*
25
...
...
Write
Preview
Supports
Markdown
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