mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 00:14:57 +00: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…
x
Reference in New Issue
Block a user