mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-15 20:29:58 +01:00
New icons
This commit is contained in:
Binary file not shown.
@@ -234,7 +234,7 @@ void TransitionView::draw()
|
||||
// toggle transition mode
|
||||
ImGui::SetCursorScreenPos(ImVec2(pos_tran.x - 60.f, pos_tran.y +2.f));
|
||||
const char *tooltip[2] = {"Fade to black", "Cross fading"};
|
||||
ImGuiToolkit::IconToggle(0, 2, 0, 8, &Settings::application.transition.cross_fade, tooltip );
|
||||
ImGuiToolkit::IconToggle(9, 8, 0, 8, &Settings::application.transition.cross_fade, tooltip );
|
||||
|
||||
ImGui::SetCursorScreenPos(ImVec2(pos_tran.x + 10.f, pos_tran.y + 2.f));
|
||||
const char *_tooltip[2] = {"Linear", "Quadratic"};
|
||||
|
||||
@@ -6021,7 +6021,7 @@ void Navigator::RenderTransitionPannel(const ImVec2 &iconsize)
|
||||
|
||||
static std::vector< std::tuple<int, int, std::string> > profile_fading = {
|
||||
{0, 8, "Cross fading"},
|
||||
{0, 2, "Fade to black"}
|
||||
{9, 8, "Fade to black"}
|
||||
};
|
||||
ImGui::SetNextItemWidth(IMGUI_RIGHT_ALIGN);
|
||||
int tmp = Settings::application.transition.cross_fade ? 0 : 1;
|
||||
|
||||
Reference in New Issue
Block a user