~ubuntu-branches/ubuntu/wily/spyder/wily-proposed

« back to all changes in this revision

Viewing changes to spyderlib/plugins/inspector.py

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2013-08-19 21:12:20 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20130819211220-9s0osey9u00x9nl2
Tags: 2.2.2+dfsg-1
Imported Upstream version 2.2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
        
359
359
        # Option menu
360
360
        options_button = create_toolbutton(self, text=_("Options"),
361
 
                                           icon=get_icon('tooloptions.png'),
362
 
                                           text_beside_icon=True)
 
361
                                           icon=get_icon('tooloptions.png'))
363
362
        options_button.setPopupMode(QToolButton.InstantPopup)
364
363
        menu = QMenu(self)
365
364
        add_actions(menu, [self.rich_text_action, self.plain_text_action,