GUI: too many settings
This commit is contained in:
parent
7f95179a0d
commit
936dd0a5ba
6 changed files with 8 additions and 44 deletions
|
|
@ -300,7 +300,7 @@ void FurnaceGUI::drawSystemChannelInfo(const DivSysDef* whichDef) {
|
|||
float scaler=5.0f*dpiScale;
|
||||
float x=p.x+dpiScale;
|
||||
for (int i=0; i<whichDef->channels; i++) {
|
||||
dl->AddRectFilled(ImVec2(x,p.y),ImVec2(x+2.0f*scaler,p.y+4.0f*scaler),ImGui::GetColorU32(uiColors[whichDef->chanTypes[i]+GUI_COLOR_CHANNEL_FM]),scaler);
|
||||
dl->AddRectFilled(ImVec2(x,p.y),ImVec2(x+2.0f*scaler,p.y+1.0f*scaler),ImGui::GetColorU32(uiColors[whichDef->chanTypes[i]+GUI_COLOR_CHANNEL_FM]),scaler);
|
||||
x+=3.0f*scaler;
|
||||
}
|
||||
ImGui::Dummy(ImVec2(0,4*scaler));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue