mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-08 04:42:11 +00:00
Clipping: removed many unecessary clip: true
This commit is contained in:
@@ -438,7 +438,6 @@ NPanel {
|
||||
color: Color.mSurfaceVariant
|
||||
border.color: Color.mOutline
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
clip: true
|
||||
|
||||
ColumnLayout {
|
||||
id: contentLayout
|
||||
@@ -518,8 +517,6 @@ NPanel {
|
||||
horizontalPolicy: ScrollBar.AlwaysOff
|
||||
verticalPolicy: ScrollBar.AsNeeded
|
||||
padding: Style.marginL * scaling
|
||||
clip: true
|
||||
|
||||
Component.onCompleted: {
|
||||
root.activeScrollView = scrollView
|
||||
}
|
||||
|
||||
@@ -113,7 +113,6 @@ ColumnLayout {
|
||||
cellWidth: Style.baseWidgetSize * 7 * scaling
|
||||
cellHeight: Style.baseWidgetSize * 3 * scaling
|
||||
model: root.contributors
|
||||
clip: true
|
||||
|
||||
delegate: Rectangle {
|
||||
width: contributorsGrid.cellWidth - Style.marginM * scaling
|
||||
|
||||
Reference in New Issue
Block a user