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 44<?import javafx .scene.layout.AnchorPane?>
55<?import org .fxmisc.flowless.VirtualizedScrollPane?>
66<?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" >
88 <children >
99 <VirtualizedScrollPane AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" >
1010 <content >
Original file line number Diff line number Diff line change 1818<?import javafx .scene.layout.GridPane?>
1919<?import javafx .scene.layout.RowConstraints?>
2020<?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" >
2222 <children >
2323 <GridPane AnchorPane.bottomAnchor=" 0.0" AnchorPane.leftAnchor=" 0.0" AnchorPane.rightAnchor=" 0.0" AnchorPane.topAnchor=" 0.0" >
2424 <columnConstraints >
You can’t perform that action at this time.
0 commit comments