1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00

HexEditor: Optionally display annotations in the side panel

This commit is contained in:
Sam Atkins 2024-01-29 19:57:27 +00:00 committed by Sam Atkins
parent 8cac2e89a9
commit aa07c232f1
3 changed files with 67 additions and 6 deletions

View file

@ -44,6 +44,16 @@
activates_on_selection: true
}
}
@GUI::Widget {
name: "annotations_container"
visible: false
layout: @GUI::VerticalBoxLayout {}
@GUI::TableView {
name: "annotations"
}
}
}
}