Skip to content

Commit

Permalink
fix: Remove the additional arrows from the menu
Browse files Browse the repository at this point in the history
  Remove the additional arrows from the menu

Log: Remove the additional arrows from the menu
Bug: https://pms.uniontech.com/bug-view-168229.html
  • Loading branch information
starhcq committed Jul 22, 2024
1 parent 4423fe7 commit 3025a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qml/Control/ListView/ThumbnailListView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ Item {
//菜单显隐逻辑有点绕,建议头脑清醒的时候再处理
Menu {
id: thumbnailMenu

maxVisibleItems: 30
//显示大图预览
RightMenuItem {
text: qsTr("View")
Expand Down
2 changes: 1 addition & 1 deletion src/qml/Control/ListView/ThumbnailListView2.qml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ FocusScope {
//菜单显隐逻辑有点绕,建议头脑清醒的时候再处理
Menu {
id: thumbnailMenu

maxVisibleItems: 30
//显示大图预览
RightMenuItem {
text: qsTr("View")
Expand Down

0 comments on commit 3025a8c

Please sign in to comment.