revert font size change
This commit is contained in:
Родитель
71348a63dd
Коммит
381d52d64a
|
@ -164,7 +164,6 @@ module TDev {
|
|||
}
|
||||
|
||||
topFontSize = Math.floor(Math.min(h / 25, editorWindowWidth / (phoneMode ? 25 : portraitMode ? 36 : 55)));
|
||||
if (Browser.isDesktop) topFontSize = Math.min(18, topFontSize);
|
||||
if (splitScreen)
|
||||
wallWindowWidth -= 0.15*topFontSize // for the border
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче