mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
feat: Added option to fit hex columns to screen width
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user