mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 06:39:59 +01:00
Icons improved for Display, preview, etc
Also added a close icon to large preview. Fixed help with recent improvements.
This commit is contained in:
@@ -935,7 +935,7 @@ void ImGuiVisitor::visit (RenderSource& s)
|
||||
}
|
||||
// icon to open output view
|
||||
ImGui::SetCursorPos(top);
|
||||
if (ImGuiToolkit::IconButton(ICON_FA_LAPTOP, "Open Display"))
|
||||
if (ImGuiToolkit::IconButton(ICON_FA_DESKTOP, "Open Display"))
|
||||
Settings::application.widget.preview = true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user