parent
1a35ce478f
commit
d1c0cdf7d1
|
|
@ -652,7 +652,7 @@ void FurnaceGUI::drawPattern() {
|
||||||
}
|
}
|
||||||
case 3: // split button
|
case 3: // split button
|
||||||
ImGui::Dummy(ImVec2(1.0f,2.0f*dpiScale));
|
ImGui::Dummy(ImVec2(1.0f,2.0f*dpiScale));
|
||||||
ImGui::SetCursorPosX(minLabelArea.x);
|
//ImGui::SetCursorPosX(minLabelArea.x);
|
||||||
ImGui::TextUnformatted(chanID);
|
ImGui::TextUnformatted(chanID);
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
ImGui::PushFont(mainFont);
|
ImGui::PushFont(mainFont);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue