GUI: min ins selector width fix

This commit is contained in:
tildearrow 2022-04-21 17:39:13 -05:00
parent 023761373d
commit 7410622425
1 changed files with 1 additions and 0 deletions

View File

@ -1346,6 +1346,7 @@ void FurnaceGUI::drawInsEdit() {
ImGui::TableNextRow();
ImGui::TableNextColumn();
String insIndex=fmt::sprintf("%.2X",curIns);
ImGui::SetNextItemWidth(72.0f*dpiScale);
if (ImGui::BeginCombo("##InsSelect",insIndex.c_str())) {
String name;
for (size_t i=0; i<e->song.ins.size(); i++) {