Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Default dimensions option changing #152

Closed
katoquro opened this issue Jul 29, 2013 · 5 comments
Closed

Default dimensions option changing #152

katoquro opened this issue Jul 29, 2013 · 5 comments

Comments

@katoquro
Copy link

env:

  • Ubuntu quantal (12.10)
  • Cinnamon 1.8.8-0ubuntu1~quantal1
  • finalterm 0.1-064quantal1

Any change of Default dimensions leads to reducing of window height (even in guake mode) in runtime.
sc

@spamalot
Copy link
Contributor

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.

@p-e-w
Copy link
Owner

p-e-w commented Jul 29, 2013

This is likely a duplicate of #71.

@spamalot
Copy link
Contributor

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?

@rdlu
Copy link

rdlu commented Sep 12, 2013

Tested on Linux Mint 15
(Ubuntu 13.04; Cinnamon 1.8.8)

Same behavior on finalterm_0.1-080ubuntu13.04.1 from ppa

@p-e-w
Copy link
Owner

p-e-w commented Oct 17, 2013

This should be a non-issue after 2a34971.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants