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

PixelPaint: Make LayerListWidget scrollable

Previously only a couple of layers would fit in the layer widget, this
makes it scrollable and also tweaks some sizes and coordinates.
This commit is contained in:
Marcus Nilsson 2021-07-01 01:08:52 +02:00 committed by Andreas Kling
parent 13e526de43
commit 36abb38f26
3 changed files with 24 additions and 9 deletions

View file

@ -51,7 +51,7 @@
@GUI::GroupBox {
title: "Layers"
layout: @GUI::VerticalBoxLayout {
margins: [4, 16, 4, 8]
margins: [6, 16, 6, 6]
}
@PixelPaint::LayerListWidget {