Jelajahi Sumber

Adjusted the presentation of the console

Julian Ohl 8 tahun lalu
induk
melakukan
e74a6384db
1 mengubah file dengan 5 tambahan dan 2 penghapusan
  1. 5 2
      scopviz/src/main/resources/MainWindow.fxml

+ 5 - 2
scopviz/src/main/resources/MainWindow.fxml

@@ -168,10 +168,13 @@
                                           </AnchorPane>
                                           <ScrollPane fitToHeight="true" fitToWidth="true" hbarPolicy="NEVER" prefHeight="200.0" prefWidth="200.0" vbarPolicy="ALWAYS">
                                              <content>
-                                                <TextFlow fx:id="consoleWindow" styleClass="consoleWindow">
+                                                <TextFlow fx:id="consoleWindow" lineSpacing="0.5" styleClass="consoleWindow">
                                                    <children>
-                                                      <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Hi" />
+                                                      <Text strokeType="OUTSIDE" strokeWidth="0.0" text="HiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHiHi" />
                                                    </children>
+                                                   <padding>
+                                                      <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
+                                                   </padding>
                                                 </TextFlow>
                                              </content>
                                           </ScrollPane>