This commit is contained in:
恍兮惚兮 2024-08-03 00:00:29 +08:00
parent cf9ced3931
commit d6bc3fe21d
2 changed files with 3 additions and 2 deletions

View File

@ -860,6 +860,7 @@ class QUnFrameWindow(resizableframeless):
self.initvalues() self.initvalues()
self.initsignals() self.initsignals()
self.titlebar = ButtonBar(self) self.titlebar = ButtonBar(self)
self.titlebar.setFixedHeight(int(globalconfig["buttonsize"] * 1.5))
self.titlebar.setObjectName("titlebar") self.titlebar.setObjectName("titlebar")
self.titlebar.setMouseTracking(True) self.titlebar.setMouseTracking(True)
self.addbuttons() self.addbuttons()

View File

@ -28,8 +28,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/version)
include(generate_product_version) include(generate_product_version)
set(VERSION_MAJOR 5) set(VERSION_MAJOR 5)
set(VERSION_MINOR 18) set(VERSION_MINOR 19)
set(VERSION_PATCH 5) set(VERSION_PATCH 0)
add_library(pch pch.cpp) add_library(pch pch.cpp)
target_precompile_headers(pch PUBLIC pch.h) target_precompile_headers(pch PUBLIC pch.h)