Skip to content

Commit 0e302cc

Browse files
committed
Update CustomClass.py
1 parent 9b33c24 commit 0e302cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

geopytool/CustomClass.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version="0.9.23.0.001"
1+
version="0.9.23.0.002"
22

3-
date = '2023-2-28'
3+
date = '2023-3-21'
44

55
dpi = 64
66
# coding:utf-8
@@ -27,7 +27,7 @@ def __init__(self, *args, **kwargs):
2727
def sizeChange(self):
2828
docHeight = self.document().size().height()
2929
if self.heightMin <= docHeight <= self.heightMax:
30-
self.setMinimumHeight(docHeight)
30+
self.setMinimumHeight(int(docHeight))
3131

3232

3333
class Tool():

0 commit comments

Comments
 (0)