Change modify file glyph

This commit is contained in:
Paul Ferrand 2020-09-11 13:31:33 +02:00
parent 1ea6918cd5
commit 3c607046c2

View file

@ -502,7 +502,7 @@ void Editor::Impl::createFrameContents()
return createGlyphButton(u8"\ue2e4", bounds, tag, fontsize);
};
auto createEditFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) {
return createGlyphButton(u8"\ue142", bounds, tag, fontsize);
return createGlyphButton(u8"\ue148", bounds, tag, fontsize);
};
auto createLoadFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) {
return createGlyphButton(u8"\ue1a3", bounds, tag, fontsize);