Fixed rendering issues on low-resolution displays

This commit is contained in:
Chris Esposito 2018-08-08 02:52:56 +10:00
parent 182e632be0
commit b55ec2b0aa
2 changed files with 7 additions and 5 deletions

View File

@ -159,6 +159,8 @@ MainWindow::MainWindow(QWidget *parent) :
connect(ui->realTimeButton, SIGNAL(pressed()), ui->controller_iso, SLOT(disableFileMode())); connect(ui->realTimeButton, SIGNAL(pressed()), ui->controller_iso, SLOT(disableFileMode()));
ui->realTimeButton->setVisible(false); ui->realTimeButton->setVisible(false);
this->setGeometry(0, 0, 800, 600);
} }
MainWindow::~MainWindow() MainWindow::~MainWindow()

View File

@ -39,8 +39,8 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>500</width> <width>320</width>
<height>400</height> <height>240</height>
</size> </size>
</property> </property>
<property name="layoutDirection"> <property name="layoutDirection">
@ -1341,7 +1341,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1440</width> <width>1440</width>
<height>31</height> <height>20</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">
@ -1445,8 +1445,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>183</width> <width>170</width>
<height>151</height> <height>115</height>
</rect> </rect>
</property> </property>
<property name="title"> <property name="title">