File tree Expand file tree Collapse file tree
alpha-gui/src/main/java/com/techsenger/alpha/gui/diagram Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626import com .techsenger .tabshell .material .button .ResultButton ;
2727import java .util .List ;
2828import javafx .geometry .Insets ;
29- import javafx .geometry .Orientation ;
3029import javafx .scene .control .Button ;
31- import javafx .scene .control .Separator ;
3230import javafx .scene .layout .Priority ;
3331import javafx .scene .layout .VBox ;
3432
@@ -118,9 +116,7 @@ protected Composer createComposer() {
118116 protected void build () {
119117 super .build ();
120118 registerButtons (cancelButton , okButton );
121- var separator = new Separator (Orientation .VERTICAL );
122- separator .setPadding (Insets .EMPTY );
123- getRightButtonBox ().getChildren ().addAll (resetButton , separator );
119+ getRightButtonBox ().getChildren ().addAll (resetButton );
124120 getContentBox ().setPadding (Insets .EMPTY );
125121 }
126122
You can’t perform that action at this time.
0 commit comments