Skip to content

Commit 3e510eb

Browse files
committed
update UI dimension
1 parent 515786b commit 3e510eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ShimmerPCBasicExamples/src/main/java/com/shimmerresearch/simpleexamples/SensorMapsExample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public void actionPerformed(ActionEvent e) {
423423
frame.getContentPane().add(lblFilePath);
424424

425425
chckbxWriteDataToFile = new JCheckBox("Write Data to File");
426-
chckbxWriteDataToFile.setBounds(829, 185, 116, 23);
426+
chckbxWriteDataToFile.setBounds(829, 185, 135, 23);
427427
chckbxWriteDataToFile.addItemListener(new ItemListener() {
428428
public void itemStateChanged(ItemEvent e) {
429429
if(e.getStateChange() == ItemEvent.SELECTED) {
@@ -451,7 +451,7 @@ public void actionPerformed(ActionEvent e) {
451451
}
452452
}
453453
});
454-
btnStartSDLogging.setBounds(951, 181, 106, 31);
454+
btnStartSDLogging.setBounds(965, 181, 106, 31);
455455
frame.getContentPane().add(btnStartSDLogging);
456456

457457
JButton btnStopSd = new JButton("STOP SD");
@@ -472,7 +472,7 @@ public void actionPerformed(ActionEvent e) {
472472

473473
}
474474
});
475-
btnStopSd.setBounds(1067, 181, 107, 31);
475+
btnStopSd.setBounds(1075, 181, 107, 31);
476476
frame.getContentPane().add(btnStopSd);
477477

478478
plotManager.setTitle("Plot");

0 commit comments

Comments
 (0)