mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-21 08:55:04 -05:00
tweak shuffle pool tab to better fit voice option (#3216)
This commit is contained in:
parent
c6356853ae
commit
4c693db224
@ -330,7 +330,7 @@ ImVec4 GetSequenceTypeColor(SeqType type) {
|
||||
case SEQ_SFX:
|
||||
return ImVec4(0.4f, 0.33f, 0.0f, 1.0f);
|
||||
case SEQ_VOICE:
|
||||
return ImVec4(0.4f, 0.33f, 0.0f, 1.0f);
|
||||
return ImVec4(0.3f, 0.42f, 0.09f, 1.0f);
|
||||
case SEQ_INSTRUMENT:
|
||||
return ImVec4(0.0f, 0.25f, 0.5f, 1.0f);
|
||||
case SEQ_BGM_CUSTOM:
|
||||
@ -481,7 +481,7 @@ void AudioEditor::DrawElement() {
|
||||
}
|
||||
}
|
||||
|
||||
ImGui::BeginTable("sequenceTypes", 8, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders);
|
||||
ImGui::BeginTable("sequenceTypes", 9, ImGuiTableFlags_Resizable | ImGuiTableFlags_NoSavedSettings | ImGuiTableFlags_Borders);
|
||||
|
||||
ImGui::TableNextColumn();
|
||||
ImGui::PushStyleColor(ImGuiCol_Header, GetSequenceTypeColor(SEQ_BGM_WORLD));
|
||||
|
Loading…
Reference in New Issue
Block a user