mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-01 19:36:40 +08:00
- Fixed tray icon with Qt 4.2
This commit is contained in:
parent
2cc4e0e665
commit
2106dc5144
@ -134,7 +134,7 @@ TrayIcon::TrayIconPrivate::TrayIconPrivate(TrayIcon *object, int _size)
|
||||
|
||||
// This resize will not work as expected,
|
||||
// we will get resized inside the tray later on.
|
||||
// resize(size, size);
|
||||
resize(size, size);
|
||||
setMinimumSize(size, size);
|
||||
setMaximumSize(size, size);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user