浏览代码

Adjusted the presentation of the console

Julian Ohl 8 年之前
父节点
当前提交
e74a6384db
共有 1 个文件被更改,包括 5 次插入2 次删除
  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>