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
Bart Ribbers
Plasma Bigscreen
Commits
5021ebef
Commit
5021ebef
authored
Mar 20, 2020
by
Aditya Mehra
Browse files
fix margins
parent
833641f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/audio-device-chooser/package/contents/ui/DeviceChooserPage.qml
View file @
5021ebef
...
@@ -14,6 +14,8 @@ import "views" as Views
...
@@ -14,6 +14,8 @@ import "views" as Views
FocusScope
{
FocusScope
{
id
:
mainFlick
id
:
mainFlick
anchors.top
:
parent
.
top
anchors.topMargin
:
Kirigami
.
Units
.
largeSpacing
SourceModel
{
SourceModel
{
id
:
paSourceModel
id
:
paSourceModel
...
@@ -121,7 +123,7 @@ FocusScope {
...
@@ -121,7 +123,7 @@ FocusScope {
anchors.topMargin
:
-
Kirigami
.
Units
.
largeSpacing
anchors.topMargin
:
-
Kirigami
.
Units
.
largeSpacing
anchors.right
:
parent
.
right
anchors.right
:
parent
.
right
anchors.rightMargin
:
-
Kirigami
.
Units
.
largeSpacing
anchors.rightMargin
:
-
Kirigami
.
Units
.
largeSpacing
height
:
parent
.
height
+
Kirigami
.
Units
.
large
Spacing
height
:
parent
.
height
+
Kirigami
.
Units
.
small
Spacing
width
:
parent
.
width
/
3.5
width
:
parent
.
width
/
3.5
layoutDirection
:
Qt
.
LeftToRight
layoutDirection
:
Qt
.
LeftToRight
orientation
:
ListView
.
Horizontal
orientation
:
ListView
.
Horizontal
...
...
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