fine tune pwd gen app layout (#2277)

* init

* format
This commit is contained in:
sommermorgentraum
2024-10-01 16:16:59 +08:00
committed by GitHub
parent a398ed1634
commit 2d1314a3fa
3 changed files with 7 additions and 12 deletions

View File

@@ -156,6 +156,8 @@ class Widget {
};
class View : public Widget {
// unlike Paint class, our Y ignored the top bar;
// so when you draw some of us as Y = 0, it would be exact below the top bar, instead of overlapped with top bar
public:
View() {
}