--- a/src/RelpipeChartMainWindow.ui Mon Sep 24 20:54:50 2018 +0200
+++ b/src/RelpipeChartMainWindow.ui Fri Sep 28 12:51:55 2018 +0200
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>800</width>
- <height>600</height>
+ <width>640</width>
+ <height>480</height>
</rect>
</property>
<property name="windowTitle">
@@ -19,7 +19,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>800</width>
+ <width>640</width>
<height>30</height>
</rect>
</property>
--- a/src/relpipe-out-chart.cpp Mon Sep 24 20:54:50 2018 +0200
+++ b/src/relpipe-out-chart.cpp Fri Sep 28 12:51:55 2018 +0200
@@ -25,7 +25,6 @@
int resultCode = CLI::EXIT_CODE_UNEXPECTED_ERROR;
RelpipeChartMainWindow window;
- window.resize(640, 480);
window.show();
app.exec();