From 44edb08518cfd8b736dfa39729d68ddc72855369 Mon Sep 17 00:00:00 2001 From: zty199 <46324746+zty199@users.noreply.github.com> Date: Sat, 24 Apr 2021 21:17:51 +0800 Subject: [PATCH] Fix issues about TitleBar Fix a issue about titlebar display on Ubuntu. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d213861..809d5e4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,7 @@ DWIDGET_USE_NAMESPACE int main(int argc, char *argv[]) { - // DApplication::loadDXcbPlugin(); // 让 bar 处在标题栏中 + DApplication::loadDXcbPlugin(); // 让 bar 处在标题栏中 DApplication a(argc, argv); a.setAttribute(Qt::AA_UseHighDpiPixmaps);