Icons improved for Display, preview, etc

Also added a close icon to large preview. Fixed help with recent improvements.
This commit is contained in:
Bruno Herbelin
2023-09-01 17:53:50 +02:00
parent 276a94f9e8
commit 12a5d777e5
6 changed files with 40 additions and 14 deletions

View File

@@ -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