1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:27:35 +00:00

PaintBrush: Tidy up the UI a bit. Add some more colors.

This commit is contained in:
Andreas Kling 2019-06-11 20:37:58 +02:00
parent 1372f10dda
commit 70564a78b2
4 changed files with 63 additions and 25 deletions

View file

@ -13,7 +13,7 @@ int main(int argc, char** argv)
auto* window = new GWindow;
window->set_title("PaintBrush");
window->set_rect(100, 100, 600, 432);
window->set_rect(100, 100, 600, 434);
auto* main_widget = new GWidget(nullptr);
window->set_main_widget(main_widget);