akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 202 forks source link

Initial implementation of the fills color panel #709

Closed Alecaddd closed 2 years ago

Alecaddd commented 2 years ago

Summary / How this PR fixes the problem?

Very simple initial PR to restore the fills color controls in the UI by using the same virtualizing listbox used in the layers panel.

Known Issues / Things To Do

Alecaddd commented 2 years ago

This is ready for a review since it re-implements a lot of things. ~The major thing missing is the color chooser when clicking on the color button. I'll do that later since it needs to be converted to a utility widget that can be reused.~

Done!

Alecaddd commented 2 years ago

Converted to a draft due to some substantial architectural changes to this whole area.