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
Plasma System Monitor
Commits
6586dde0
Commit
6586dde0
authored
Mar 05, 2021
by
David Redondo
🏎
Browse files
Ensure correct paddings
Some styles may set a padding on Control breaking our Layout
BUG:434007
parent
95b05cc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/table/FirstCellDelegate.qml
View file @
6586dde0
...
...
@@ -23,6 +23,11 @@ Control {
Kirigami.Theme.colorSet
:
background
.
selected
?
Kirigami
.
Theme
.
Selection
:
Kirigami
.
Theme
.
View
Kirigami.Theme.inherit
:
false
topPadding
:
0
bottomPadding
:
0
rightPadding
:
0
leftPadding
:
Kirigami
.
Units
.
largeSpacing
background
:
CellBackground
{
view
:
delegate
.
TableView
.
view
;
row
:
model
.
row
;
column
:
model
.
column
}
contentItem
:
RowLayout
{
...
...
David Redondo
🏎
@davidre
mentioned in commit
9c8ed3ad
·
Mar 11, 2021
mentioned in commit
9c8ed3ad
mentioned in commit 9c8ed3adbb4454d1e40a7041690fabeab7e8cfa4
Toggle commit list
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