Skip to content

Commit

Permalink
Version 1.2.9 --> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanruys committed Jan 19, 2018
1 parent fc7051c commit 7bb796d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions core/formtoolbox.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4944,6 +4944,12 @@
</item>
<item>
<widget class="QRadioButton" name="rdbPseudoColor">
<property name="toolTip">
<string extracomment="Select C01 = B, C02 = R and C03 = G"/>
</property>
<property name="statusTip">
<string extracomment="Select C01 = B, C02 = R and C03 = G"/>
</property>
<property name="text">
<string>Calculate pseudo True Color for GOES-16</string>
</property>
Expand Down Expand Up @@ -6183,7 +6189,7 @@
<x>0</x>
<y>0</y>
<width>444</width>
<height>360</height>
<height>410</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -6951,7 +6957,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
<height>100</height>
</size>
</property>
<property name="sizeIncrement">
Expand Down
2 changes: 1 addition & 1 deletion core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <QMutex>

#define APPVERSION "1.2.9"
#define APPVERSION "1.3.0"
using namespace std;

QMutex g_mutex;
Expand Down
2 changes: 1 addition & 1 deletion core/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void MainWindow::createDockWidget()

//dockwidget->resize(1000, dockwidget->height());

dockwidget->setMinimumWidth(480);
//dockwidget->setw ->setMinimumWidth(480);
//dockwidget->close();
addDockWidget(Qt::LeftDockWidgetArea,dockwidget);
}
Expand Down

0 comments on commit 7bb796d

Please sign in to comment.