2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Move some settings to the main menu (support).

This commit is contained in:
John Preston
2018-10-09 16:32:32 +03:00
parent 3f1f070d3f
commit 81a9554caa
8 changed files with 30 additions and 35 deletions

View File

@@ -93,8 +93,9 @@ void Inner::showRows(std::vector<Question> &&rows) {
prepareRow(added);
}
resizeToWidth(width());
update();
_selected = _pressed = -1;
moveSelection(1);
update();
}
std::pair<int, int> Inner::moveSelection(int delta) {