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:
parent
1372f10dda
commit
70564a78b2
4 changed files with 63 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue