Cosmetics

This commit is contained in:
brunoherbelin
2020-07-12 17:54:52 +02:00
parent 6b30ca73e4
commit b6c9f84e25

View File

@@ -1925,10 +1925,10 @@ void Navigator::RenderMainPannel()
}
if ( ImGui::Button( ICON_FA_CROW " About vimix", ImVec2(ImGui::GetContentRegionAvail().x, 0)) )
UserInterface::manager().show_about = true;
if ( ImGui::Button("ImGui"))
if ( ImGui::Button(" ImGui "))
UserInterface::manager().show_imgui_about = true;
ImGui::SameLine();
if ( ImGui::Button("GStreamer"))
if ( ImGui::Button(" GStreamer "))
UserInterface::manager().show_gst_about = true;
ImGui::SameLine();
if ( ImGui::Button("OpenGL", ImVec2(ImGui::GetContentRegionAvail().x, 0)))