File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/com/github/introfog/gitwave/view Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<?import javafx .scene.layout.AnchorPane?>
5
5
<?import org .fxmisc.flowless.VirtualizedScrollPane?>
6
6
<?import org .fxmisc.richtext.InlineCssTextArea?>
7
- <AnchorPane prefHeight =" 400.0" prefWidth =" 600.0" style =" -fx-font-family: verdana; -fx-font-size: 14;" xmlns = " http://javafx.com/javafx/17.0.12 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" com.github.introfog.gitwave.controller.main.ExecutionController" >
7
+ <AnchorPane prefHeight =" 400.0" prefWidth =" 600.0" style =" -fx-font-family: verdana; -fx-font-size: 14;" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" com.github.introfog.gitwave.controller.main.ExecutionController" >
8
8
<children >
9
9
<VirtualizedScrollPane AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" >
10
10
<content >
Original file line number Diff line number Diff line change 18
18
<?import javafx .scene.layout.GridPane?>
19
19
<?import javafx .scene.layout.RowConstraints?>
20
20
<?import javafx .scene.text.Font?>
21
- <AnchorPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 300.0" prefWidth =" 450.0" style =" -fx-font-family: verdana; -fx-font-size: 12;" xmlns = " http://javafx.com/javafx/17.0.12 " xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" com.github.introfog.gitwave.controller.main.MainController" >
21
+ <AnchorPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 300.0" prefWidth =" 450.0" style =" -fx-font-family: verdana; -fx-font-size: 12;" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" com.github.introfog.gitwave.controller.main.MainController" >
22
22
<children >
23
23
<GridPane AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" >
24
24
<columnConstraints >
You can’t perform that action at this time.
0 commit comments