ui: Modernize look and feel of data information view

This commit is contained in:
WerWolv
2022-07-31 16:57:35 +02:00
parent 4460d09140
commit 43988b8a7e
2 changed files with 149 additions and 96 deletions

View File

@@ -29,10 +29,10 @@ namespace hex::plugin::builtin {
std::array<ImU64, 256> m_valueCounts = { 0 };
bool m_analyzing = false;
std::pair<u64, u64> m_analyzedRegion = { 0, 0 };
Region m_analyzedRegion = { 0, 0 };
std::string m_fileDescription;
std::string m_mimeType;
std::string m_dataDescription;
std::string m_dataMimeType;
void analyze();
};