mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Only enable fullscreen on main window
This commit is contained in:
parent
8cf028a6ba
commit
58d9f7bb70
@ -91,6 +91,7 @@ Window {
|
||||
property alias closeEnabled: border.closeEnabled
|
||||
property alias minimizeEnabled: border.minimizeEnabled
|
||||
property alias maximizeEnabled: border.maximizeEnabled
|
||||
property alias fullscreenEnabled: border.fullscreenEnabled
|
||||
|
||||
//
|
||||
// Shadow implementation
|
||||
|
@ -46,6 +46,7 @@ FramelessWindow.CustomWindow {
|
||||
// Customize window border
|
||||
//
|
||||
borderWidth: 1
|
||||
fullscreenEnabled: true
|
||||
borderColor: Qt.darker(Cpp_ThemeManager.toolbarGradient2, 1.5)
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user