Merge pull request #112 from Nheko-Reborn/sharp-logo

Update the logo to not be so asymmetric and add a scalable svg. I hope I fixed all the scaling issues, where the logo isn't pixel aligned in most resolutions. Also fixes an issue, where the blue bar seemed to be misaligned in some resolutions?
This commit is contained in:
DeepBlueV7.X 2020-02-02 00:10:18 +00:00 committed by GitHub
commit 32375518de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 158 additions and 1 deletions

View file

@ -66,7 +66,7 @@ MainWindow::MainWindow(QWidget *parent)
setFont(font);
userSettings_ = QSharedPointer<UserSettings>(new UserSettings);
trayIcon_ = new TrayIcon(":/logos/nheko-32.png", this);
trayIcon_ = new TrayIcon(":/logos/nheko.svg", this);
welcome_page_ = new WelcomePage(this);
login_page_ = new LoginPage(this);