feat: Added option to fit hex columns to screen width

This commit is contained in:
WerWolv
2024-12-31 11:35:09 +01:00
parent 1d641504b1
commit c9e88586aa
3 changed files with 40 additions and 20 deletions

View File

@@ -366,6 +366,8 @@ namespace hex::ui {
bool m_enteredEditingMode = false;
bool m_shouldUpdateEditingValue = false;
std::vector<u8> m_editingBytes;
u32 m_maxFittingColumns = 16;
bool m_autoFitColumns = false;
std::shared_ptr<ContentRegistry::HexEditor::MiniMapVisualizer> m_miniMapVisualizer;