diff --git a/files/styles/style-indoor.css b/files/styles/style-indoor.css index bebcc9ad72fbe3f57923273cc767c9b4078f7a32..301738be345f6d33d1182961dc3bb6bd3d414af6 100644 --- a/files/styles/style-indoor.css +++ b/files/styles/style-indoor.css @@ -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 { diff --git a/src/configuration.h b/src/configuration.h index 8b0498089e77c7d68dbb35240945ad23e4509793..cddf6cc43d29c8078e4c23261cae0d74464bff48 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -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