Skip to content
Snippets Groups Projects
Commit 20eb1e64 authored by Jason Dittmer (jcd763)'s avatar Jason Dittmer (jcd763)
Browse files

Extended textfield width for filepath in OpenProgramView so more of the path...

Extended textfield width for filepath in OpenProgramView so more of the path should be visible to the user.
parent 5d7cbfa8
No related tags found
2 merge requests!65Prototype,!59Feature finish ui
......@@ -31,7 +31,7 @@ public class OpenProgramView extends Pane {
programField.setLayoutX(60);
programField.setLayoutY(500);
programField.setStyle("-fx-background-color: #2c2f33; -fx-text-fill: white; -fx-font-size: 30; " +
"-fx-pref-width: 400px; -fx-pref-height: 50px;");
"-fx-pref-width: 600px; -fx-pref-height: 50px;");
//Available options to select in the text field
String[] keyToBindOptions = lists.getOptionstoPress();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment