Skip to content

Commit 29ada64

Browse files
committed
Updating eyepilot
1 parent ff76cba commit 29ada64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def __init__(self, text, id = None, signal=None, color = (45,45,45), parent=None
255255
font-size: 25px;
256256
background-color: rgba(255, 255, 255, 0.0);
257257
width: 300px;
258-
height: 100px;
258+
height: 120px;
259259
min-height: 100px;
260260
padding-left: 50px;
261261
}

app/dot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def __init__(self,name="CircleWidget"):
1919

2020

2121
self.diameter = 100
22-
self.transparency = 50
23-
self.penWidth = 2
22+
self.transparency = 20
23+
self.penWidth = 6
2424

2525
self.setColor(100, 0, 255)
2626

0 commit comments

Comments
 (0)