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

Homogenize variable explorer UI #2584

Merged
merged 3 commits into from
Aug 8, 2015
Merged

Homogenize variable explorer UI #2584

merged 3 commits into from
Aug 8, 2015

Conversation

goanpeca
Copy link
Member

@goanpeca goanpeca commented Aug 2, 2015

Description

The "toolbar" is now horizontal and the options button is aligned to the right, like other plugins.
Also now the variable explorer margins are updated when selection this option for panes inside the preferences

Before

before-varex

After

after-varex

Todo

  • Make buttons horizontal
  • Align options menu to the right

@goanpeca goanpeca changed the title Add QStackedWidget inside QWidget to homogenize UI Homogenize variable explorer UI Aug 2, 2015
@goanpeca goanpeca self-assigned this Aug 2, 2015
@goanpeca goanpeca added this to the v3.0 milestone Aug 2, 2015
if self.count():
nsb = self.currentWidget()
if self.stack.count():
nsb = self.stack.currentWidget()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use here self.current_widget() instead. I think it's easier to read :-)

@goanpeca
Copy link
Member Author

goanpeca commented Aug 6, 2015

@ccordoba12 done..

ccordoba12 added a commit that referenced this pull request Aug 8, 2015
Homogenize variable explorer UI
@ccordoba12 ccordoba12 merged commit ceffc5c into spyder-ide:master Aug 8, 2015
@goanpeca goanpeca deleted the update-varex branch August 16, 2015 04:02
ccordoba12 added a commit that referenced this pull request Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants