mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 20:04:24 -04:00
Changed statusbar hashing label to ElidedLabel
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7823 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f9439f2bac
commit
7cf4ef4f8b
3 changed files with 6 additions and 29 deletions
|
@ -260,7 +260,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
|
|||
statusBar()->addWidget(dhtstatus);
|
||||
|
||||
hashingstatus = new HashingStatus();
|
||||
statusBar()->addPermanentWidget(hashingstatus);
|
||||
statusBar()->addPermanentWidget(hashingstatus, 1);
|
||||
|
||||
discstatus = new DiscStatus();
|
||||
statusBar()->addPermanentWidget(discstatus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue