mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
UI Fixes / Improvements (#12069)
* clone dialog - spin input stuck on selected * fix advanced toggle label * fix scrollbar appearing on project page welcome screen * create slicing section on preferences * reduce margins on tabs * bbl part skip dialog * Update filament_not_mactch.svg * Update icon_qusetion.svg * match hyperlink color on notifications * fix position of notifications on slicing errors * match background color of BBL > Calibration tab > Sidebar * match look of BBL sidebars * match bbl monitor icons * match multi-device page margins * bbl > monitor > print control buttons * fix flush dialog showing text selection on buttons * Printer network dialog > match combo box width
This commit is contained in:
@@ -213,7 +213,7 @@ void DailyTipsDataRenderer::render_text(const ImVec2& start_pos, const ImVec2& s
|
||||
ImVec2 link_start_pos = ImGui::GetCursorScreenPos();
|
||||
imgui.text(first_part_text);
|
||||
|
||||
ImColor HyperColor = ImColor(31, 142, 234, (int)(255 * m_fade_opacity)).Value;
|
||||
ImColor HyperColor = ImColor(0, 150, 136, (int)(255 * m_fade_opacity)).Value; // ORCA match color of hyperlinks
|
||||
ImVec2 wiki_part_rect_min = ImVec2(link_start_pos.x + first_part_size.x, link_start_pos.y);
|
||||
ImVec2 wiki_part_rect_max = wiki_part_rect_min + wiki_part_size;
|
||||
ImGui::PushStyleColor(ImGuiCol_Text, HyperColor.Value);
|
||||
|
||||
Reference in New Issue
Block a user