@@ -107,7 +107,7 @@ def line(start, end):
107
107
if self .layout_name == "bsp" :
108
108
line (c - vec (0 , r ), c + vec (0 , r ))
109
109
line (c , c + vec (r , 0 ))
110
- line (c + vec (r / 2 , 0 ), c + vec (r / 2 , r ))
110
+ line (c + vec (r / 2 + 0.25 , 0.25 ), c + vec (r / 2 + 0.25 , r ))
111
111
elif self .layout_name == "columns" :
112
112
line (c - vec (r / 2 , r ), c + vec (- r / 2 , r ))
113
113
line (c - vec (0 , r ), c + vec (0 , r ))
@@ -158,15 +158,15 @@ def line(start, end):
158
158
rect_right = QRectF (rect_left )
159
159
160
160
rect_left .setWidth (icon_rect .width () * 0.25 )
161
- rect_left .setHeight (icon_rect .height () * 0.8 )
161
+ rect_left .setHeight (icon_rect .height () * 0.7 )
162
162
rect_right .setWidth (rect_left .width ())
163
163
rect_right .setHeight (rect_left .height ())
164
164
165
165
rect_left .moveTopLeft (
166
- icon_rect .topLeft () + vec (icon_rect .width () * 0.2 , icon_rect .width () * 0.1 )
166
+ icon_rect .topLeft () + vec (icon_rect .width () * 0.2 , icon_rect .width () * 0.15 )
167
167
)
168
168
rect_right .moveTopLeft (
169
- icon_rect .topLeft () + vec (icon_rect .width () * 0.55 , icon_rect .width () * 0.1 )
169
+ icon_rect .topLeft () + vec (icon_rect .width () * 0.55 , icon_rect .width () * 0.15 )
170
170
)
171
171
172
172
color = self .palette ().color (self .foregroundRole ())
0 commit comments