MCPcopy Create free account
hub / github.com/KDE/yakuake / decreaseWindowHeight

Method decreaseWindowHeight

app/mainwindow.cpp:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100void MainWindow::decreaseWindowHeight()
1101{
1102 if (Settings::height() >= 20)
1103 setWindowHeight(Settings::height() - 10);
1104}
1105
1106void MainWindow::updateMask()
1107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected