Skip to content

Commit

Permalink
chore(UI): section header spacing from 8 to 6
Browse files Browse the repository at this point in the history
设计核对,将分类列表的 section header 与 item 的间距高度从 8 调整至
6。

Issue: linuxdeepin/developer-center#7938
Log:
  • Loading branch information
BLumia committed Apr 18, 2024
1 parent c41c8cb commit a3ef606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/windowed/AppListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Item {
required property string section
width: parent.width
Rectangle {
height: 8
height: 6
width: parent.width
color: "transparent"
visible: {
Expand Down

0 comments on commit a3ef606

Please sign in to comment.