Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ sizeHint
Method
sizeHint
win/Qt/qt_main.cpp:523–527 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
}
522
523
QSize sizeHint() const
524
{
525
// get just a couple more pixels for the map
526
return QToolButton::sizeHint()-QSize(0,2);
527
}
528
};
529
530
NetHackQtMainWindow::NetHackQtMainWindow(NetHackQtKeyBuffer& ks) :
Callers
1
resizePaperDoll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected