Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preferences Dialog doesn't remember size #1095

Closed
spyder-bot opened this issue Feb 17, 2015 · 6 comments
Closed

Preferences Dialog doesn't remember size #1095

spyder-bot opened this issue Feb 17, 2015 · 6 comments

Comments

@spyder-bot
Copy link
Collaborator

From steve.f....@gmail.com on 2012-06-18T15:02:34Z

Spyder Version: 2.2.0dev (2224: r9814ee07ab42 )
Python Version: 2.7.2
Qt Version: 4.7.4, PyQt4 (API v1) 4.8.6 on Windows

What steps will reproduce the problem?

  1. Open Preferences Dialog
    1. Re-size
    2. Close
    3. Re-open Preferences Dialog What is the expected output? What do you see instead? I resize this dialog every time I open it because roughly half the tabs entire contents won't fit on the default size dialog.

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1095

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-07-04T07:33:03Z

Yep, I think it's important to have this feature too. I'll work on it for 2.2.

Status: Accepted
Labels: -Type-Defect Type-Enh Cat-Settings MS-v2.2

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-07-08T15:16:11Z

This issue was updated by revision 8b8b7921cf8f .

  • Introduce a new mixin to share the same code used to save the size of the
    runconfig dialog.
  • The mixin emits a signal on a resizeEvent and the class that creates the
    dialog is in charge to connect to that signal and save the size on an attribute
    of its own.

Status: Started

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-07-08T15:16:11Z

This issue was updated by revision 221161ddbcb4 .

  • This will let users to preserve the size between Spyder restarts.
  • I consider this quite useful given that the Preferences dialog will be
    accessed many times by our users, and so they could adjust its size according
    to their taste and the platform they use.

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-07-08T15:20:23Z

Jed, could you test that this is working in two situations?

  1. Resizing Preferences in the same sessions and seeing that its size preserved.
  2. Closing and restarting Spyder after that and seeing again that its size preserved.

Thanks

Owner: ccordoba12
Cc: jed.lud...@gmail.com

@spyder-bot
Copy link
Collaborator Author

From jed.lud...@gmail.com on 2012-07-09T08:08:07Z

Looks to be working on Windows 7.

Status: Verified

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2012-07-09T10:18:05Z

Thanks Jed for the check :)

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

No branches or pull requests

1 participant