mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
PixelPaint: Make scopes hideable
Vectorscope and Histogram are now hidden by default. New menu "Scopes" allows for them to be toggled on/off.
This commit is contained in:
parent
90d967baf1
commit
e73aeb4cea
2 changed files with 13 additions and 0 deletions
|
@ -67,6 +67,7 @@
|
|||
@GUI::GroupBox {
|
||||
title: "Histogram"
|
||||
preferred_height: "shrink"
|
||||
visible: false
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
}
|
||||
|
@ -80,6 +81,7 @@
|
|||
@GUI::GroupBox {
|
||||
title: "Vectorscope"
|
||||
min_height: 80
|
||||
visible: false
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [6]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue