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
Plasma Workspace
Commits
2a9100b5
Commit
2a9100b5
authored
Nov 16, 2020
by
Nate Graham
Browse files
[kcms/fonts] Remove unnecessary layout stuff
parent
76890219
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/fonts/package/contents/ui/FontWidget.qml
View file @
2a9100b5
...
...
@@ -34,10 +34,6 @@ FocusScope {
Kirigami.FormData.label
:
root
.
label
activeFocusOnTab
:
true
Layout.minimumWidth
:
layout
.
Layout
.
minimumWidth
Layout.preferredWidth
:
layout
.
Layout
.
preferredWidth
Layout.minimumHeight
:
layout
.
Layout
.
minimumHeight
Layout.preferredHeight
:
layout
.
Layout
.
preferredHeight
implicitWidth
:
layout
.
implicitWidth
implicitHeight
:
layout
.
implicitHeight
...
...
@@ -49,7 +45,6 @@ FocusScope {
Kirigami.Theme.inherit
:
true
text
:
root
.
font
.
family
+
"
"
+
root
.
font
.
pointSize
+
"
pt
"
font
:
root
.
font
Layout.fillHeight
:
true
}
QtControls.Button
{
...
...
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