kopia lustrzana https://github.com/backface/turtlestitch
used large check mark symbol in languages menu
rodzic
e5ceca4560
commit
ef2369217f
|
|
@ -5409,7 +5409,10 @@ IDE_Morph.prototype.languageMenu = function () {
|
|||
var menu = new MenuMorph(this),
|
||||
world = this.world(),
|
||||
pos = this.controlBar.settingsButton.bottomLeft(),
|
||||
tick = new SymbolMorph('tick', MorphicPreferences.menuFontSize * 0.75),
|
||||
tick = new SymbolMorph(
|
||||
'checkMark',
|
||||
MorphicPreferences.menuFontSize * 0.75
|
||||
),
|
||||
empty = tick.fullCopy();
|
||||
|
||||
empty.render = nop;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue