Skip to content

Commit

Permalink
Updated Documents image on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Apr 20, 2024
1 parent be190c6 commit 44a7ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrv2/lib/mrvFLU/Flu_File_Chooser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ Flu_File_Chooser::Flu_File_Chooser(
#ifdef _WIN32
Flu_Label* l =
new Flu_Label(5, 222, 100, 20, _(myDocumentsTxt.c_str()));
documentsBtn->image(&bigdocuments);
documentsBtn->image(mrv::load_svg("Documents.svg"));
#else
Flu_Label* l =
new Flu_Label(5, 222, 100, 20, _(myDocumentsTxt.c_str()));
Expand Down

0 comments on commit 44a7ab6

Please sign in to comment.