summaryrefslogtreecommitdiff
path: root/src/ui_widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_widgets.py')
-rw-r--r--src/ui_widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui_widgets.py b/src/ui_widgets.py
index 36ff333..9eabd2e 100644
--- a/src/ui_widgets.py
+++ b/src/ui_widgets.py
@@ -33,7 +33,7 @@ class EllipseWidget(QWidget):
QSizePolicy.MinimumExpanding))
def minimumSizeHint(self):
- return QSize(100, 100)
+ return QSize(170, 170)
def paintEvent(self, event):
P = QPainter(self)