mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
Set a minimum size for Status Button.
Fixed when the FriendList columns are hidden, set header sizes to default. Changed profile settings icon. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7790 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
417f66a566
commit
dff43792b6
5 changed files with 6 additions and 2 deletions
|
@ -199,6 +199,8 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
|||
|
||||
loadmypersonalstatus();
|
||||
|
||||
ui.mypersonalstatusLabel->setMinimumWidth(25);
|
||||
|
||||
// load settings
|
||||
RsAutoUpdatePage::lockAllEvents();
|
||||
ui.friendList->setShowStatusColumn(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue