1
0
mirror of https://github.com/lxsang/antos-frontend.git synced 2025-02-25 19:22:48 +01:00

minor fix

This commit is contained in:
Xuan Sang LE 2018-02-02 14:10:12 +01:00
parent 459b170070
commit 6ea5857de2

@ -34,7 +34,7 @@ class wTerm extends this.OS.GUI.BaseApplication
# make desktop menu if not exist
@systemsetting.desktop.menu[@name] = { text: "Open terminal", app: "wTerm" } unless @systemsetting.desktop.menu[@name]
@openSession()
@on "vboxchange", (e) -> me.resizeContent e.w, e.h
@on "hboxchange", (e) -> me.resizeContent e.w, e.h
resizeContent: (w, h) ->
ex = @term.rowContainer.firstElementChild