GUI: min ins selector width fix
This commit is contained in:
parent
023761373d
commit
7410622425
|
|
@ -1346,6 +1346,7 @@ void FurnaceGUI::drawInsEdit() {
|
||||||
ImGui::TableNextRow();
|
ImGui::TableNextRow();
|
||||||
ImGui::TableNextColumn();
|
ImGui::TableNextColumn();
|
||||||
String insIndex=fmt::sprintf("%.2X",curIns);
|
String insIndex=fmt::sprintf("%.2X",curIns);
|
||||||
|
ImGui::SetNextItemWidth(72.0f*dpiScale);
|
||||||
if (ImGui::BeginCombo("##InsSelect",insIndex.c_str())) {
|
if (ImGui::BeginCombo("##InsSelect",insIndex.c_str())) {
|
||||||
String name;
|
String name;
|
||||||
for (size_t i=0; i<e->song.ins.size(); i++) {
|
for (size_t i=0; i<e->song.ins.size(); i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue