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

Method decreaseWindowWidth

app/mainwindow.cpp:1088–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088void MainWindow::decreaseWindowWidth()
1089{
1090 if (Settings::width() >= 20)
1091 setWindowWidth(Settings::width() - 10);
1092}
1093
1094void MainWindow::increaseWindowHeight()
1095{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected