Skip to content

Commit 182876b

Browse files
committed
250810.3
1 parent df0028b commit 182876b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .ec_timestamp import *
1212
from .ec_value import *
1313

14-
__version__ = "250810.2"
14+
__version__ = "250810.3"

easycoder/ec_pyside.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def r_createLayout(self, command, record):
519519
elif layoutType == 'QGridLayout': layout = QGridLayout()
520520
elif layoutType == 'QStackedLayout': layout = QStackedLayout()
521521
else: layout = QVBoxLayout()
522-
layout.setContentsMargins(5,5,5,5)
522+
layout.setContentsMargins(5,0,5,0)
523523
record['widget'] = layout
524524
return self.nextPC()
525525

0 commit comments

Comments
 (0)