mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak width
This commit is contained in:
parent
6c2c3b920e
commit
10ea84a815
Notes:
sideshowbarker
2024-07-18 18:03:58 +09:00
Author: https://github.com/awesomekling
Commit: 10ea84a815
1 changed files with 10 additions and 3 deletions
|
@ -43,14 +43,21 @@
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
fill_with_background_color: true
|
fill_with_background_color: true
|
||||||
fixed_width: 230
|
fixed_width: 200
|
||||||
|
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@GUI::GroupBox {
|
||||||
|
title: "Layers"
|
||||||
|
layout: @GUI::VerticalBoxLayout {
|
||||||
|
margins: [4, 16, 4, 8]
|
||||||
|
}
|
||||||
|
|
||||||
@PixelPaint::LayerListWidget {
|
@PixelPaint::LayerListWidget {
|
||||||
name: "layer_list_widget"
|
name: "layer_list_widget"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@PixelPaint::LayerPropertiesWidget {
|
@PixelPaint::LayerPropertiesWidget {
|
||||||
name: "layer_properties_widget"
|
name: "layer_properties_widget"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue