Set minimum width of the left panel in the preferences
@ -32,6 +32,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>116</width>
<height>0</height>
</size>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
@ -310,8 +310,8 @@ void options_imp::loadWindowState() {
sizes << sizes_str.first().toInt();
sizes << sizes_str.last().toInt();
} else {
sizes << 130;
sizes << 116;
sizes << hsplitter->width()-130;
sizes << hsplitter->width()-116;
}
hsplitter->setSizes(sizes);