Change modify file glyph
This commit is contained in:
parent
1ea6918cd5
commit
3c607046c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue