mirror of
https://github.com/Wanderson-Magalhaes/PyOneDark_Qt_Widgets_Modern_GUI.git
synced 2026-05-31 16:24:52 +00:00
11/05/2021
This commit is contained in:
@@ -92,7 +92,7 @@ class PyWindow(QFrame):
|
||||
if self.settings["custom_title_bar"]:
|
||||
if enable_shadow:
|
||||
self.shadow = QGraphicsDropShadowEffect()
|
||||
self.shadow.setBlurRadius(10)
|
||||
self.shadow.setBlurRadius(20)
|
||||
self.shadow.setXOffset(0)
|
||||
self.shadow.setYOffset(0)
|
||||
self.shadow.setColor(QColor(0, 0, 0, 160))
|
||||
|
||||
Reference in New Issue
Block a user