Skip to content

Commit

Permalink
Merge pull request #167 from tracernz/realprogress
Browse files Browse the repository at this point in the history
GCS: Change splash progressbar colour
  • Loading branch information
mlyle committed Dec 6, 2015
2 parents aebd65d + 87c0d7e commit 66d9ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ground/gcs/src/app/customsplash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @param f window flags.
*/
CustomSplash::CustomSplash(const QPixmap &pixmap, Qt::WindowFlags f):
QSplashScreen(pixmap,f),m_progress(0),m_progress_bar_color(QColor(13, 125, 102, 255)),message_number(0)
QSplashScreen(pixmap,f),m_progress(0),m_progress_bar_color(QColor(217, 118, 0, 255)),message_number(0)
{
QPixmap original_scaled = pixmap.scaledToHeight(180, Qt::SmoothTransformation);
QPixmap pix(500,180);
Expand Down

0 comments on commit 66d9ff7

Please sign in to comment.