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:
csoler 2015-06-25 20:11:39 +00:00
parent 7334e4d5de
commit 7d541318b3
8 changed files with 65 additions and 27 deletions

View file

@ -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);
}