bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
106 stars 40 forks source link

Ellipsify the version number on the about screen #381

Open GBKS opened 7 months ago

GBKS commented 7 months ago

Issues, reports or feature requests related to the GUI should be opened directly on the GUI repo

Report

The version number overlaps with the label. On tablet, the row item expands beyond its container boundaries on the right. See screenshots.

image

We could ellipse this number. If it is important to show the whole thing, maybe consider using a vertical layout (value text below the label text).

Since this links to a website, the icon should also be the link icon used for the website and source code links further up on the screen.

I am also curious as to what version this refers to. Aren't version usually just regular numbers, like Bitcoin Core 26?

pablomartin4btc commented 2 months ago

@GBKS is this still an issue? (on mobile/ tablet)

I see it correctly in the desktop version at the moment:

image