Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-shell (0.0.21) unstable; urgency=medium

* fix: app tray icon size not same as plugin

-- tsic404 <tsic@tsic-v23> Tue, 14 May 2024 14:44:31 +0800

dde-shell (0.0.20) unstable; urgency=medium

* fix: brightness-popup's setting button no blur effect and txt color has error
Expand Down
2 changes: 1 addition & 1 deletion panels/dock/tray/frame/window/tray/tray_delegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define ITEM_SIZE 30
// 托盘图标固定20个像素
// 16 x 16 will make the icon be cut, reserve 2 pixels for each side to prevent being cut
#define ICON_SIZE 20
#define ICON_SIZE 16
#define ITEM_SPACING 5

class ExpandIconWidget;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

DGUI_USE_NAMESPACE

#define IconSize 20
#define IconSize 16

const QStringList ItemCategoryList {"ApplicationStatus", "Communications", "SystemServices", "Hardware"};
const QStringList ItemStatusList {"Passive", "Active", "NeedsAttention"};
Expand Down