mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 02:34:52 +00:00
Pascal Precht
dfcf6e07f1
fix(StatusListItem): don't set width on title item
There was an explicit `width` introduced on `statusListItemTitle`, most likely to make room for it when `titleAsideText` is supplied. This unfortunately causes the title get a very small width, resulting in broken UI. Since we can assume that there should be enough space for the titleAsideText when it's used, we probably don't have to calculate a fixed width for the title in the first place. This commit therefore removes that explicit setting.
…
…
…
…
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd
Description
Languages
QML
39.3%
JavaScript
29.6%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.7%