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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user