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

LibGUI: Import GColorPicker from the PaintBrush application

This commit is contained in:
Andreas Kling 2020-01-21 20:25:33 +01:00
parent 30ad7953ca
commit a14f08fcc9
5 changed files with 30 additions and 28 deletions

View file

@ -10,6 +10,7 @@ OBJS = \
GWidget.o \
GLayout.o \
GBoxLayout.o \
GColorPicker.o \
GMenuBar.o \
GMenu.o \
GMenuItem.o \