Merge lp:~thomir-deactivatedaccount/autopilot/trunk-fix-vis-splitter into lp:autopilot

Proposed by Thomi Richards
Status: Merged
Approved by: Thomi Richards
Approved revision: 460
Merged at revision: 474
Proposed branch: lp:~thomir-deactivatedaccount/autopilot/trunk-fix-vis-splitter
Merge into: lp:autopilot
Diff against target: 10 lines (+1/-0)
1 file modified
autopilot/vis/main_window.py (+1/-0)
To merge this branch: bzr merge lp:~thomir-deactivatedaccount/autopilot/trunk-fix-vis-splitter
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+212735@code.launchpad.net

Commit message

Tweak the vis tool so the splitter between the tree widget and the properties pane cannot be completely dragged to one side or the other.

Description of the change

Tweak the vis tool so the splitter between the tree widget and the properties pane cannot be completely dragged to one side or the other.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autopilot/vis/main_window.py'
2--- autopilot/vis/main_window.py 2013-11-27 04:16:01 +0000
3+++ autopilot/vis/main_window.py 2014-03-25 22:22:14 +0000
4@@ -64,6 +64,7 @@
5 self.statusBar().showMessage('Waiting for first valid dbus connection')
6
7 self.splitter = QtGui.QSplitter(self)
8+ self.splitter.setChildrenCollapsible(False)
9 self.tree_view = QtGui.QTreeView(self.splitter)
10 self.detail_widget = TreeNodeDetailWidget(self.splitter)
11

Subscribers

People subscribed via source and target branches