PixelPaint: Convert main UI to GML :^)

This commit is contained in:
Andreas Kling 2021-05-16 00:03:13 +02:00
commit 8c044d4f52
Notes: sideshowbarker 2024-07-18 18:04:20 +09:00
10 changed files with 101 additions and 38 deletions

View file

@ -9,6 +9,8 @@
#include <LibGUI/BoxLayout.h>
#include <LibGUI/GroupBox.h>
REGISTER_WIDGET(PixelPaint, ToolPropertiesWidget);
namespace PixelPaint {
ToolPropertiesWidget::ToolPropertiesWidget()