Skip to content

Commit

Permalink
sync: from linuxdeepin/dtkdeclarative
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/dtkdeclarative.

Source-pull-request: linuxdeepin/dtkdeclarative#453
  • Loading branch information
deepin-ci-robot authored and 18202781743 committed Jan 14, 2025
1 parent e46459b commit f8861e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions qt6/src/qml/Menu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ T.Menu {
blurControl: control
}

contentItem: Control {
topPadding: 0
bottomPadding: topPadding
leftPadding: 0
rightPadding: leftPadding

contentItem: ColumnLayout {
contentItem: FocusScope {
// QTBUG-99897 focus doesn't be clear.
width: viewLayout.width
height: viewLayout.height
ColumnLayout {
id: viewLayout
spacing: 0

Expand Down
Binary file modified src/icons/bloom/item_checked.dci
Binary file not shown.
Binary file modified src/icons/bloom/item_unchecked.dci
Binary file not shown.

0 comments on commit f8861e7

Please sign in to comment.