Fixed some stuff regarding usercard (#2100)

- split everything into 2 separate labels, so we won't have any issues with dank dpi (like pajlada had) and no resizing to minimum size is required (which was apparently broken on Windows xd)
- decided to remove line, which is rather not visible / very small and can't be seen anyway
- added nice unicode characters for follow and sub label
- removed unnecessary QLabel include (which I believe was also introduced by me by an accident)
This commit is contained in:
Paweł
2020-10-21 17:02:24 +02:00
committed by GitHub
parent e7c2e1bec2
commit 406e00df43
2 changed files with 16 additions and 19 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ private:
Label *followerCountLabel = nullptr;
Label *createdDateLabel = nullptr;
Label *userIDLabel = nullptr;
Label *followageSubageLabel = nullptr;
Label *followageLabel = nullptr;
Label *subageLabel = nullptr;
QCheckBox *follow = nullptr;
QCheckBox *ignore = nullptr;