Skip to content

Commit

Permalink
fix: The bottom line of the bottombar bottoms is thick.
Browse files Browse the repository at this point in the history
The bottom line of the bottombar bottoms is thick.

Log: The bottom line of the bottombar bottoms is thick.
Bug: https://pms.uniontech.com/bug-view-197857.html
  • Loading branch information
lJxDabab committed Mar 5, 2024
1 parent a2ac8a8 commit 1cbbeaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libimageviewer/viewpanel/contents/bottomtoolbar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,7 @@ void LibBottomToolbar::slotThemeChanged(int type)
pa.setColor(DPalette::Light, QColor("#303030"));
pa.setColor(DPalette::Dark, QColor("#303030"));
// 单个按钮边框
QColor btnframecolor("#000000");
btnframecolor.setAlphaF(0.30);
QColor btnframecolor("#303030");
pa.setColor(DPalette::FrameBorder, btnframecolor);
// 取消阴影
pa.setColor(DPalette::Shadow, btnframecolor);
Expand Down

0 comments on commit 1cbbeaf

Please sign in to comment.