mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-09 05:01:57 +01:00
Sync with DarkAudacity
This commit is contained in:
@@ -42,7 +42,12 @@ most commonly asked questions about Audacity.
|
||||
#include "Prefs.h"
|
||||
#include "HelpText.h"
|
||||
|
||||
// DA: Logo for Splash Dialog (welcome dialog)
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
#include "../images/DarkAudacityLogoWithName.xpm"
|
||||
#else
|
||||
#include "../images/AudacityLogoWithName.xpm"
|
||||
#endif
|
||||
|
||||
SplashDialog * SplashDialog::pSelf=NULL;
|
||||
|
||||
@@ -64,7 +69,6 @@ SplashDialog::SplashDialog(wxWindow * parent)
|
||||
wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
SetName(GetTitle());
|
||||
this->SetBackgroundColour(theTheme.Colour( clrAboutBoxBackground ));
|
||||
m_pLogo = NULL; //v
|
||||
ShuttleGui S( this, eIsCreating );
|
||||
Populate( S );
|
||||
@@ -78,6 +82,7 @@ SplashDialog::SplashDialog(wxWindow * parent)
|
||||
void SplashDialog::Populate( ShuttleGui & S )
|
||||
{
|
||||
this->SetBackgroundColour(theTheme.Colour( clrAboutBoxBackground ));
|
||||
// this->SetBackgroundColour(wxColour(0xAB, 0xAB,0xAB ));
|
||||
bool bShow;
|
||||
gPrefs->Read(wxT("/GUI/ShowSplashScreen"), &bShow, true );
|
||||
S.StartVerticalLay(1);
|
||||
|
||||
Reference in New Issue
Block a user