mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +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:
parent
13e526de43
commit
36abb38f26
Notes:
sideshowbarker
2024-07-18 10:21:18 +09:00
Author: https://github.com/metmo
Commit: 36abb38f26
Pull-request: https://github.com/SerenityOS/serenity/pull/8365
3 changed files with 24 additions and 9 deletions
|
@ -51,7 +51,7 @@
|
|||
@GUI::GroupBox {
|
||||
title: "Layers"
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4, 16, 4, 8]
|
||||
margins: [6, 16, 6, 6]
|
||||
}
|
||||
|
||||
@PixelPaint::LayerListWidget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue