mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 10:19:24 -04:00
further improvements to layouts and sizes for high DPI screens
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8554 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7334e4d5de
commit
7d541318b3
8 changed files with 65 additions and 27 deletions
|
@ -75,6 +75,10 @@ void DhtWindow::updateDisplay()
|
|||
updateRelays();
|
||||
|
||||
RsAutoUpdatePage::unlockAllEvents() ;
|
||||
|
||||
ui.peerTreeWidget->header()->setResizeMode(QHeaderView::ResizeToContents);
|
||||
ui.dhtTreeWidget->header()->setResizeMode(QHeaderView::ResizeToContents);
|
||||
ui.relayTreeWidget->header()->setResizeMode(QHeaderView::ResizeToContents);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue