Commit 898eddc8 authored by Lorenz Meier's avatar Lorenz Meier

Merge branch 'master' of github.com:mavlink/qgroundcontrol

parents 2a794534 f8c19946
......@@ -2,7 +2,7 @@
QWidget#colorIcon {}
QWidget {
background-color: #222222;
background-color: #222224;
color: #FFFFFF;
background-clip: border;
font-size: 11px;
......@@ -80,8 +80,9 @@ border: 1px solid #777777;
}
QMainWindow::separator {
width: 0px; /* when vertical */
height: 0px; /* when horizontal */
background-color: #323235;
width: 2px; /* when vertical */
height: 2px; /* when horizontal */
}
QMainWindow::separator:hover {
......
......@@ -11,7 +11,7 @@
#define WITH_TEXT_TO_SPEECH 1
#define QGC_APPLICATION_NAME "QGroundControl"
#define QGC_APPLICATION_VERSION "v. 1.0.5 (beta)"
#define QGC_APPLICATION_VERSION "v. 1.0.6 (beta)"
namespace QGC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment