mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
PixelPaint: Convert main UI to GML :^)
This commit is contained in:
parent
afc3ed228d
commit
8c044d4f52
10 changed files with 101 additions and 38 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/GroupBox.h>
|
||||
|
||||
REGISTER_WIDGET(PixelPaint, ToolPropertiesWidget);
|
||||
|
||||
namespace PixelPaint {
|
||||
|
||||
ToolPropertiesWidget::ToolPropertiesWidget()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue