File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class MainWindowApp extends Application {
3939 stylesheets .add (getClass ().getResource ("/styles/connection-settings.css" ).toExternalForm ());
4040 stylesheets .add (getClass ().getResource ("/styles/autocomplete.css" ).toExternalForm ());
4141 stylesheets .add (getClass ().getResource ("/styles/main-window.css" ).toExternalForm ());
42- stage .setTitle ("DB Tree " );
42+ stage .setTitle ("db-tree " );
4343 stage .setScene (scene );
4444
4545 MainWindowController controller = loader .getController ();
Original file line number Diff line number Diff line change 99<?import javafx .scene.text.Font?>
1010<FlowPane maxHeight =" -Infinity" maxWidth =" -Infinity" minHeight =" -Infinity" minWidth =" -Infinity" prefHeight =" 218.0" prefWidth =" 534.0" xmlns =" http://javafx.com/javafx/8" xmlns : fx =" http://javafx.com/fxml/1" fx : controller =" me.vzhilin.dbtree.ui.AboutController" >
1111 <children >
12- <ImageView fitHeight =" 221 .0" fitWidth =" 218 .0" pickOnBounds =" true" preserveRatio =" true" >
12+ <ImageView fitHeight =" 200 .0" fitWidth =" 200 .0" pickOnBounds =" true" preserveRatio =" true" >
1313 <image >
1414 <Image url =" @icons/icon.png" />
1515 </image >
2424 <Insets left =" 10.0" />
2525 </VBox .margin>
2626 </Label >
27- <TextArea fx : id =" aboutText" editable =" false" prefHeight =" 284 .0" text =" author: Vladimir Zhilin version: $version build date: $date github: https://github.com/vzhn/db-tree-fx" >
27+ <TextArea fx : id =" aboutText" editable =" false" prefHeight =" 300 .0" text =" author: Vladimir Zhilin version: $version build date: $date github: https://github.com/vzhn/db-tree-fx" >
2828 <VBox .margin>
2929 <Insets left =" 10.0" />
3030 </VBox .margin>
You can’t perform that action at this time.
0 commit comments