13/05/2021

This commit is contained in:
VFX - Visual Effects
2021-05-13 13:56:26 -03:00
parent 734455721c
commit 36037fa797
10 changed files with 319 additions and 88 deletions
+3 -1
View File
@@ -40,7 +40,8 @@ class PyWindow(QFrame):
self,
parent,
layout = Qt.Vertical,
margin = 5,
margin = 0,
spacing = 2,
bg_color = "#2c313c",
text_color = "#fff",
text_font = "9pt 'Segoe UI'",
@@ -86,6 +87,7 @@ class PyWindow(QFrame):
# HORIZONTAL LAYOUT
self.layout = QHBoxLayout(self)
self.layout.setContentsMargins(margin, margin, margin, margin)
self.layout.setSpacing(spacing)
# ADD DROP SHADOW
# ///////////////////////////////////////////////////////////////