Skip to content

Commit 716d5f1

Browse files
committed
minor ui improvements
1 parent 118b8e1 commit 716d5f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/me/vzhilin/dbtree/MainWindowApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

src/main/resources/about.fxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>
@@ -24,7 +24,7 @@
2424
<Insets left="10.0" />
2525
</VBox.margin>
2626
</Label>
27-
<TextArea fx:id="aboutText" editable="false" prefHeight="284.0" text="author: Vladimir Zhilin&#10;version: $version&#10;build date: $date&#10;github: https://github.com/vzhn/db-tree-fx">
27+
<TextArea fx:id="aboutText" editable="false" prefHeight="300.0" text="author: Vladimir Zhilin&#10;version: $version&#10;build date: $date&#10;github: https://github.com/vzhn/db-tree-fx">
2828
<VBox.margin>
2929
<Insets left="10.0" />
3030
</VBox.margin>

0 commit comments

Comments
 (0)