mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fixed tray icon with Qt 4.2
This commit is contained in:
parent
2cc4e0e665
commit
2106dc5144
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue