iinegve / muCommander

muCommander fork
3 stars 5 forks source link

Internal viewer constantly resizing itself #17

Closed iinegve closed 11 years ago

iinegve commented 11 years ago

It is really irritating. It must have size that has been stored in previous session with it. I mean that anytime user open internal viewer and changes its size, such a new size must be stored into properties. And be applied next time internal viewer is opened.

Optionally (and possibly subject for another issue) size of internal viewer can be stored for each file separately (or for different types of file: like full screen for .java, windowed for .txt)

iinegve commented 11 years ago

Merged code has fix for resizing, but adds another issue - it specifies that by default viewer size would always be 60% of the screen. That will be an issue, if user starts MuCommander on one monitor and later changed it. 60% size would be size of the first monitor. Need to fix it.

iinegve commented 11 years ago

I've fixed and merged it