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:
parent
8cac2e89a9
commit
aa07c232f1
3 changed files with 67 additions and 6 deletions
|
@ -44,6 +44,16 @@
|
|||
activates_on_selection: true
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
name: "annotations_container"
|
||||
visible: false
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
@GUI::TableView {
|
||||
name: "annotations"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue