2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-17 03:26:02 +00:00

Constraint wndow with in code not in editor

This commit is contained in:
Peter Repukat 2017-11-12 02:04:24 +01:00
parent 4890d9c66f
commit 39761fe37d
2 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,8 @@ GloSC::GloSC(QWidget *parent)
QDir::setCurrent(QCoreApplication::applicationDirPath()); QDir::setCurrent(QCoreApplication::applicationDirPath());
ui.setupUi(this); ui.setupUi(this);
this->setMaximumWidth(small_x);
updateEntryList(); updateEntryList();
updateTargetsToNewVersion(); updateTargetsToNewVersion();

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>302</width> <width>710</width>
<height>386</height> <height>386</height>
</rect> </rect>
</property> </property>
@ -18,7 +18,7 @@
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>302</width> <width>9999</width>
<height>386</height> <height>386</height>
</size> </size>
</property> </property>