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:
commit
32375518de
19 changed files with 158 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue