Skip to content

Commit 835f31d

Browse files
committed
Update textfield size in Marker Widget
1 parent f9d4f06 commit 835f31d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenBCI_GUI/OpenBCI_GUI.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
6262
// Global Variables & Instances
6363
//------------------------------------------------------------------------
6464
//Used to check GUI version in TopNav.pde and displayed on the splash screen on startup
65-
String localGUIVersionString = "v6.0.0-beta.0";
65+
String localGUIVersionString = "v6.0.0-beta.1";
6666
String localGUIVersionDate = "September 2023";
6767
String guiLatestVersionGithubAPI = "https://api.github.com/repos/OpenBCI/OpenBCI_GUI/releases/latest";
6868
String guiLatestReleaseLocation = "https://github.com/OpenBCI/OpenBCI_GUI/releases/latest";

OpenBCI_GUI/W_Marker.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class W_Marker extends Widget {
2727
private Textfield markerReceivePortTextfield;
2828
private String markerReceiveIP = "127.0.0.1";
2929
private int markerReceivePort = 12350;
30-
private final int MARKER_RECEIVE_TEXTFIELD_WIDTH = 240;
30+
private final int MARKER_RECEIVE_TEXTFIELD_WIDTH = 108;
3131
private final int MARKER_RECEIVE_TEXTFIELD_HEIGHT = 22;
3232

3333
private hypermedia.net.UDP udpReceiver;

0 commit comments

Comments
 (0)