Home
last modified time | relevance | path

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

/dports/security/nitrokey-app/nitrokey-app-1.4.2/src/ui/
H A Dmainwindow.h147 void resizeMin();
H A Dmainwindow.cpp717 QTimer::singleShot(0, this, SLOT(resizeMin())); in startConfiguration()
728 void MainWindow::resizeMin() { resize(minimumSizeHint()); } in resizeMin() function in MainWindow