@@ -1000,7 +1000,7 @@ class WifiBox {
10001000 .setPosition(x + 90 , y + 100 )
10011001 .setCaptionLabel(" " )
10021002 .setSize(w - padding* 2 , 26 )
1003- .setFont(f2 )
1003+ .setFont(createFont ( " Arial " , 15 , true ) )
10041004 .setFocus(false )
10051005 .setColor(color (26 , 26 , 26 ))
10061006 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
@@ -1296,7 +1296,7 @@ class SessionDataBox {
12961296 .setPosition(x + 60 , y + 32 )
12971297 .setCaptionLabel(" " )
12981298 .setSize(187 , 26 )
1299- .setFont(f2 )
1299+ .setFont(createFont ( " Arial " , 15 , true ) )
13001300 .setFocus(false )
13011301 .setColor(color (26 , 26 , 26 ))
13021302 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
@@ -2098,7 +2098,7 @@ class GaleaBox {
20982098 .setPosition(x + w - padding* 2 - 60 * 2 , y + 16 + padding* 2 )
20992099 .setCaptionLabel(" " )
21002100 .setSize(120 + padding, 26 )
2101- .setFont(f2 )
2101+ .setFont(createFont ( " Arial " , 15 , true ) )
21022102 .setFocus(false )
21032103 .setColor(color (26 , 26 , 26 ))
21042104 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
@@ -2297,7 +2297,7 @@ class BrainFlowStreamerBox {
22972297 .setPosition(x + padding * 3 , y + HEADER_H + padding* 2 )
22982298 .setCaptionLabel(" " )
22992299 .setSize(120 , OBJECT_H )
2300- .setFont(f2 )
2300+ .setFont(createFont ( " Arial " , 15 , true ) )
23012301 .setFocus(false )
23022302 .setColor(color (26 , 26 , 26 ))
23032303 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
@@ -2328,7 +2328,7 @@ class BrainFlowStreamerBox {
23282328 .setPosition(x + padding* 5 + w/ 2 , y + HEADER_H + padding* 2 )
23292329 .setCaptionLabel(" " )
23302330 .setSize(50 , OBJECT_H )
2331- .setFont(f2 )
2331+ .setFont(createFont ( " Arial " , 15 , true ) )
23322332 .setFocus(false )
23332333 .setColor(color (26 , 26 , 26 ))
23342334 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
@@ -2528,7 +2528,7 @@ class StreamingBoardBox {
25282528 .setPosition(x + padding * 3 , y + headerH + padding* 2 )
25292529 .setCaptionLabel(" " )
25302530 .setSize(w / 3 , objectH)
2531- .setFont(f2 )
2531+ .setFont(createFont ( " Arial " , 15 , true ) )
25322532 .setFocus(false )
25332533 .setColor(color (26 , 26 , 26 ))
25342534 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
@@ -2545,7 +2545,7 @@ class StreamingBoardBox {
25452545 .setPosition(x + padding* 5 + w/ 2 , y + headerH + padding* 2 )
25462546 .setCaptionLabel(" " )
25472547 .setSize(w / 5 + padding, objectH)
2548- .setFont(f2 )
2548+ .setFont(createFont ( " Arial " , 15 , true ) )
25492549 .setFocus(false )
25502550 .setColor(color (26 , 26 , 26 ))
25512551 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
0 commit comments