ABBAPOH / andromeda

Cross-platform file manager, written on Qt.
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Do not limit File info window width #67

Closed jleclanche closed 11 years ago

jleclanche commented 11 years ago

User should be able to resize File info window in width as well.

ABBAPOH commented 11 years ago

I disagree. Why he should do that?

jleclanche commented 11 years ago

Main reason is because tabbed window managers are snapping the window to the folder window and resizing it, which is really annoying.

The other reason is because there's really no reason to limit it, imho. It's fine as default (although I think it should be a little larger), but limiting it is unnecessary.

ABBAPOH commented 11 years ago

The problem of resizable windows is that you need to store their size in settings. Otherwise, resizing is useless, imho. I was thinking about hardcoding height too:) The main reason of small file info window is that you can open 2 windows one near another and compare them. But i can allow it, yes.

jleclanche commented 11 years ago

Yeah there's no need to store it in settings I think.