Opened 14 years ago
Last modified 7 years ago
#1326 new bug
GTK interface wider than screen with large font size or high DPI
Reported by: | mikechelen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.x |
Component: | GTK UI | Version: | 1.2.3 |
Keywords: | font, dpi | Cc: |
Description
With system fonts set to a large size or high DPI, the Deluge interface becomes too wide to fit on the screen. The window cannot be made any smaller, and has to be moved back and forth to see everything. It also breaks the maximize function. Occurs in Ubuntu 10.04, with font size 16 at 144 DPI, at 1600x1200 screen resolution.
Change History (4)
comment:1 by , 14 years ago
Priority: | major → minor |
---|---|
Type: | defect → bug |
comment:2 by , 10 years ago
Summary: | GTK interface doesn't fit on screen with large font size or high DPI → GTK interface wider than screen with large font size or high DPI |
---|
comment:3 by , 8 years ago
Milestone: | Future → 2.0.x |
---|
Appropriate snippet from this discussion: https://github.com/deluge-torrent/deluge/pull/93#issuecomment-219305167
aresch commented:
At one point I thought that including a Preferences page for the Statusbar would be a good idea. The user could toggle on/off the various indicators/items. Maybe that is what we need?
The main window width is primarily affected by the status bar which cannot shrink below the label sizes. I attempted to enable
ellipsize
for the labels but this creates new issues with their width.The solution will require calculating the label widths based on overall window size thus is more complicated.
So in the meantime an obvious workaround would be to hide the status bar.