Skip to content

Commit 1b3a1ec

Browse files
committed
qtvcp -ngcgui library: allow frame to be bigger if warped to another layout
1 parent da6b8a3 commit 1b3a1ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/python/qtvcp/lib/qt_ngcgui/ngcgui.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,8 @@ def write_to_file(self, fname, pg, featurect, features_total):
744744
def warp_info_frame(self, newLayout):
745745
""" Convience function to move the info frame to another layout"""
746746
newLayout.addWidget(self.frame_info)
747+
# is this enough?
748+
self.frame_info.setMaximumWidth(500)
747749

748750
def warp_tabs_frame(self, newLayout):
749751
""" Convience function to move the tabs frame to another layout"""

0 commit comments

Comments
 (0)