fix: Pattern data view filter text box being too wide
This commit is contained in:
parent
32a8fcb84d
commit
bf518b3590
@ -1153,7 +1153,7 @@ namespace hex::ui {
|
|||||||
this->resetEditing();
|
this->resetEditing();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x - ImGui::GetTextLineHeightWithSpacing() * 8.5F);
|
ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x - ImGui::GetTextLineHeightWithSpacing() * 9.4F);
|
||||||
if (ImGuiExt::InputTextIcon("##Search", ICON_VS_FILTER, m_filterText)) {
|
if (ImGuiExt::InputTextIcon("##Search", ICON_VS_FILTER, m_filterText)) {
|
||||||
m_filter = parseRValueFilter(m_filterText).value_or(Filter{ });
|
m_filter = parseRValueFilter(m_filterText).value_or(Filter{ });
|
||||||
updateFilter();
|
updateFilter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user