Home
last modified time | relevance | path

Searched refs:iScr (Results 1 – 2 of 2) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviIrcView.cpp2169 int iScr = m_pScrollBar->sizeHint().width(); in resizeEvent() local
2170 int iLeft = width() - iScr; in resizeEvent()
2171 m_pToolsButton->setGeometry(iLeft, 0, iScr, iScr); in resizeEvent()
2172 m_pScrollBar->setGeometry(iLeft, iScr, iScr, height() - iScr); in resizeEvent()
2177 m_pToolWidget->setGeometry(0, height() - h, width() - iScr, h); in resizeEvent()
2304 int iScr = m_pScrollBar->sizeHint().width(); in toggleToolWidget() local
2305 m_pToolWidget->setGeometry(0, height() - h, width() - iScr, h); in toggleToolWidget()
H A DKviUserListView.cpp2150 int iScr = m_pScrollBar->sizeHint().width(); in resizeEvent() local
2151 m_pScrollBar->setGeometry(width() - iScr, 0, iScr, height()); in resizeEvent()