Skip to content

Commit

Permalink
Enable eliding and tab buttons for the dock tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Apr 26, 2013
1 parent 52123fe commit 0d1fa08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enaml/qt/docking/q_dock_tab_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ def __init__(self, parent=None):
"""
super(QDockTabWidget, self).__init__(parent)
self.setTabBar(QDockTabBar())
self.setElideMode(Qt.ElideRight)
self.setUsesScrollButtons(True)

0 comments on commit 0d1fa08

Please sign in to comment.