Skip to content

Commit a214a48

Browse files
committed
set stage to standard size
1 parent 4e22ba7 commit a214a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/mapview/display_drawing_status/DisplayDrawingStatusSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void start(Stage stage) throws Exception {
5353

5454
// set title, size, and add scene to stage
5555
stage.setTitle("Display Drawing Status Sample");
56-
stage.setWidth(1300);
56+
stage.setWidth(800);
5757
stage.setHeight(700);
5858
stage.setScene(scene);
5959
stage.show();

0 commit comments

Comments
 (0)