You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
This happens with kwin (4.10.5) as well. EDIT: After a bit of looking around, I see a problem. While the lines value is correct in SettingsWindow.vala (line 36), it is incorrect (and decreases) in on_settings_changed (line 415) in FinalTerm.vala. EDIT 2: The value being set in on_settings_changed is the value set by on_allocation_changed (line 497) in TerminalView.vala. It looks like terminal.lines is not getting set when its setting is changed.
It almost certainly is. The main_window.resize at the end of on_settings_changed would make sense as the problem in both issues. Why is this resize necessary anyway?
env:
64quantal1Any change of Default dimensions leads to reducing of window height (even in guake mode) in runtime.
The text was updated successfully, but these errors were encountered: