mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
impr: Make data inspector view more compact
This commit is contained in:
@@ -550,7 +550,7 @@ namespace ImGuiExt {
|
||||
|
||||
PushStyleColor(ImGuiCol_Text, iconColor);
|
||||
ImGui::PushID(text);
|
||||
Button(icon);
|
||||
Button(icon, ImVec2(0, ImGui::GetTextLineHeightWithSpacing()));
|
||||
ImGui::PopID();
|
||||
PopStyleColor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user