maboroshin / qBittorrentDarktheme

qBittorrent Dark theme
1.17k stars 49 forks source link

[BUG] Oversized Dropdown Menu UI #44

Open dswapnil104 opened 1 month ago

dswapnil104 commented 1 month ago

image

ISSUE: The dropdown menus are over sized ref. attached screenshot.

image image

dswapnil104 commented 1 month ago

https://github.com/qbittorrent/qBittorrent/issues/21424 https://github.com/qbittorrent/qBittorrent/issues/21225

Lightprod commented 4 weeks ago

@dswapnil104 You can work around this problem by starting qbittorent with the argument -style WindowsVista This will restore the pre-5.0 UI and the theme will work correctly: Qbit 5 0 with old UI Please note this was tested on Windows and not MacOS or Linux.

vertigo220 commented 4 weeks ago

Is there any downside to doing this?

Lightprod commented 3 weeks ago

Outside of not having a native dark theme, I haven't seen any downsides on my side.

dswapnil104 commented 3 weeks ago

@dswapnil104 You can work around this problem by starting qbittorent with the argument -style WindowsVista This will restore the pre-5.0 UI and the theme will work correctly: Qbit 5 0 with old UI Please note this was tested on Windows and not MacOS or Linux.

Thanks, I ATM have turned to : https://github.com/catppuccin/qbittorrent/releases/download/v2.0.1/catppuccin-mocha.qbtheme

image [That's Windows btw, themed as MacOS]

Hopefully I can figure out what fixes the issue and raise a PR. But since Catppuccin is my de-facto color palette of choice looks like my default theme has changed.😁

vertigo220 commented 3 weeks ago

Can't get that to work. Using "-style WindowsVista" results in it starting with an error that it couldn't add torrent '-style WindowsVista', and using "--style WindowsVista" (double hyphen seems to be the proper way to use parameters) results in it not starting and showing an error saying it's an unknown command line parameter. What am I missing?

Lightprod commented 3 weeks ago

Do you execute it like that? "C:\Program Files\qBittorrent\qbittorrent.exe" -style WindowsVista

It's what I use on Windows Server: execute qb with argument

vertigo220 commented 3 weeks ago

Huh, I thought I had, but I guess I didn't. I just tried with quotes, which seems like it should work, especially since the parameters in registry startup are in quotes. Without quotes works and the problem is fixed. Thanks!