mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: set the default theme to "dark"
Change-Id: I9a7dcb407436e3cd098ff31425671208742f8a0c
This commit is contained in:
parent
0ff728b83f
commit
714c3ff1fa
Notes:
gerrit
2018-11-06 10:16:51 +08:00
Verified+1: <jenkins@deepin.com> Code-Review+2: zccrs <ccrr1314@live.com> Submitted-by: zccrs <ccrr1314@live.com> Submitted-at: Tue, 06 Nov 2018 10:16:51 +0800 Reviewed-on: https://cr.deepin.io/39478 Project: dde/dde-dock Branch: refs/heads/master
@ -68,6 +68,7 @@ int main(int argc, char *argv[])
|
||||
app.setApplicationName("dde-dock");
|
||||
app.setApplicationDisplayName("DDE Dock");
|
||||
app.setApplicationVersion("2.0");
|
||||
app.setTheme("dark");
|
||||
app.loadTranslator();
|
||||
app.setAttribute(Qt::AA_EnableHighDpiScaling, true);
|
||||
app.setAttribute(Qt::AA_UseHighDpiPixmaps, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user