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

FileManager: Conditionally display the "ICC profile:" line

If the "ICC Profile" group is shown, no need to include the related line
in the "Image" group.
This commit is contained in:
Lucas CHOLLET 2023-12-28 19:30:03 -05:00 committed by Sam Atkins
parent 16b14b0688
commit 97ded2dc61
2 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@
}
@GUI::Widget {
name: "image_has_icc_line"
layout: @GUI::HorizontalBoxLayout {
spacing: 12
}