editor: use a different icon for CC
This commit is contained in:
parent
07ced8891e
commit
c3e05b7b98
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ void Editor::Impl::createFrameContents()
|
|||
};
|
||||
auto createCCButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) {
|
||||
// return createGlyphButton(u8"\ue240", bounds, tag, fontsize);
|
||||
return createGlyphButton(u8"\ue140", bounds, tag, fontsize);
|
||||
return createGlyphButton(u8"\ue253", bounds, tag, fontsize);
|
||||
};
|
||||
auto createSettingsButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) {
|
||||
return createGlyphButton(u8"\ue2e4", bounds, tag, fontsize);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue