Skip to content

Commit

Permalink
fix: Frequently used app items will overlap search bar splitline
Browse files Browse the repository at this point in the history
Reduce appitems row padding

Issue: linuxdeepin/developer-center#9748
Log:
  • Loading branch information
ArchieMeng committed Jul 19, 2024
1 parent 73710ab commit 2d51daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Helper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ QtObject {
property int leftMargin: 10
property int rightMargin: 10
property int cellPaddingColumns: 14
property int cellPaddingRows: 10
property int cellPaddingRows: 6
}
}

0 comments on commit 2d51daa

Please sign in to comment.