Skip to content

Commit

Permalink
GCS: Change splash progressbar colour
Browse files Browse the repository at this point in the history
  • Loading branch information
tracernz committed Dec 6, 2015
1 parent aebd65d commit 87c0d7e
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 87c0d7e

Please sign in to comment.