Electrum: bug: electrum unusable on windows 10 with high-dpi display

Created on 14 Sep 2016  路  13Comments  路  Source: spesmilo/electrum

I have an HP spectre 360 laptop with a high-dpi display. Unfortunatly, electrum is completely unusable on it. The initial dialog looks like this:

image

I can click next, which gives me a similarly tiny window with a new seed phrase:

image

Eventually, I end up at the main screen:

image

I have no way to restore my original seed phrase. I've seen more Qt applications with high-dpi scaling issues, including TeXStudio, but at least that one is still usable.

Hopefully this can be fixed!

bug 馃悶 priority-low probably-easy 馃嵃

Most helpful comment

All 13 comments

The screenshots appear are all blown-up here. On my screen all text is sized normally, as are dialog buttons, the title bar, and the menu bar. Everything else is way too small.

When I run electrum directly from python I have the option to resize the dialogs. When I make them slightly larger, everything suddenly 'pops into place' and looks completely normal! Simply making the dialogs a bit larger might solve the issue. The toolbar buttons in the main screen are still very small, but I can live with that for the moment.

Could be fixed if qt5 used rather than qt4 - provides high dpi support.

Does this fix work?
RC electrum-2.6.4.exe -> Properties -> Compatability -> Disable display scaling on high DPI settings

Seems to be a repeat of #1891

that doesn't solve it, checking or unchecking the box makes no difference.

there are two critical and one cosmetic issues on the send tab on 288 DPI, pay to and amount text boxes are too small, this is critical, icons are too small, this is cosmetic.

unbenannt

note: I don't have a high DPI display so I am not able to test a fix.

Thanks for the quick response. You can test different environments with vmware (player is free), I used it this week working on staxrip UI code, what I did is generate icons at runtime with segeo mdl2 assets and font awesome, it worked out really well.

https://s29.postimg.org/5ghf7voaf/Screenshot_46.png

@stax76 Can you confirm if this issue is resolved with Electrum 3? We use Qt5 now.

@bauerj

It's fine now, one small issue left is the amount text box on the send tab is not wide enough, right now only 3-4 characters fit into it.

Vielen Dank!

That's great to hear! Can you post a screenshot of that input box?

FWIW, I run into similar problems with text overflowing edit fields, buttons, status bar etc. because I run with

gsettings set org.gnome.desktop.interface text-scaling-factor 1.5

to make text easier to read on my 4k monitor.

resetting the text-scaling-factor 1 makes the problems go away.

I'm on Fedora 27.

Was this page helpful?
0 / 5 - 0 ratings