Skip to content
Snippets Groups Projects
Commit b7542afd authored by Marco Biasini's avatar Marco Biasini
Browse files

increase size of HSC inspector widget

parent 9ecba865
Branches
Tags
No related merge requests found
......@@ -318,7 +318,7 @@ class HSCWidget(RenderModeWidget):
QtCore.QObject.connect(self.strand_profile_spinbox_, QtCore.SIGNAL("valueChanged(int)"), self.UpdateStrandProfileType)
QtCore.QObject.connect(self.strand_mode_spinbox_, QtCore.SIGNAL("valueChanged(int)"), self.UpdateStrandMode)
self.setMinimumSize(250,420) #14*30
self.setMinimumSize(250,550)
########/UI########
def UpdateGui(self,options):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment