changeset 124:dea22a8f1da6

Bug 2706: [REDO] Cannot show all Japanese chars in SnapShot Data tab.
author Yasumasa Suenaga <yasuenag@gmail.com>
date Thu, 10 Dec 2015 21:49:05 +0900
parents 8313bad3000a
children 7e39fbbb64d8
files ChangeLog analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/log/log.fxml analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/snapshot/snapshot.fxml
diffstat 3 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 09 14:40:54 2015 +0900
+++ b/ChangeLog	Thu Dec 10 21:49:05 2015 +0900
@@ -1,3 +1,7 @@
+2015-12-10  Yasumasa Suenaga  <yasuenag@gmail.com>
+
+	* Bug 2706: [REDO] Cannot show all Japanese chars in SnapShot Data tab.
+
 2015-12-09  Yasumasa Suenaga  <yasuenag@gmail.com>
 
 	* Bug 2745: The "Clear" button in "Class Search" does not clear the text field and list.
--- a/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/log/log.fxml	Wed Dec 09 14:40:54 2015 +0900
+++ b/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/log/log.fxml	Thu Dec 10 21:49:05 2015 +0900
@@ -25,7 +25,7 @@
 <AnchorPane id="Log" prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="jp.co.ntt.oss.heapstats.plugin.builtin.log.LogController">
     <children>
         <Button layoutX="14.5" layoutY="14.0" mnemonicParsing="false" onAction="#onLogFileClick" text="%button.log" AnchorPane.leftAnchor="14.5" AnchorPane.topAnchor="14.0" />
-        <TextField fx:id="logFileList" editable="false" layoutX="83.0" layoutY="14.0" prefHeight="23.0" prefWidth="705.0" AnchorPane.leftAnchor="83.0" AnchorPane.rightAnchor="12.0" AnchorPane.topAnchor="14.0" />
+        <TextField fx:id="logFileList" editable="false" layoutX="114.0" layoutY="14.0" prefHeight="23.0" prefWidth="674.0" AnchorPane.leftAnchor="114.0" AnchorPane.rightAnchor="12.0" AnchorPane.topAnchor="14.0" />
         <Label layoutX="26.0" layoutY="49.0" text="%label.range" AnchorPane.leftAnchor="26.0" AnchorPane.topAnchor="49.0" />
         <ComboBox fx:id="startCombo" layoutX="83.0" layoutY="45.0" prefHeight="23.0" prefWidth="176.0" AnchorPane.leftAnchor="83.0" AnchorPane.topAnchor="45.0" />
         <Label layoutX="270.0" layoutY="49.0" text="-" AnchorPane.leftAnchor="270.0" AnchorPane.topAnchor="49.0" />
--- a/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/snapshot/snapshot.fxml	Wed Dec 09 14:40:54 2015 +0900
+++ b/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/snapshot/snapshot.fxml	Thu Dec 10 21:49:05 2015 +0900
@@ -25,7 +25,7 @@
 <AnchorPane id="SnapShot" prefHeight="600.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="jp.co.ntt.oss.heapstats.plugin.builtin.snapshot.SnapShotController">
     <children>
         <Button layoutX="14.5" layoutY="14.0" mnemonicParsing="false" onAction="#onSnapshotFileClick" text="%button.snapshot" AnchorPane.leftAnchor="14.5" AnchorPane.topAnchor="14.0" />
-        <TextField fx:id="snapshotList" editable="false" layoutX="83.0" layoutY="14.0" prefHeight="23.0" prefWidth="697.0" AnchorPane.leftAnchor="91.0" AnchorPane.rightAnchor="12.0" AnchorPane.topAnchor="14.0" />
+        <TextField fx:id="snapshotList" editable="false" layoutX="131.0" layoutY="14.0" prefHeight="23.0" prefWidth="697.0" AnchorPane.leftAnchor="131.0" AnchorPane.rightAnchor="12.0" AnchorPane.topAnchor="14.0" />
         <Label layoutX="26.0" layoutY="49.0" text="%label.range" AnchorPane.leftAnchor="26.0" AnchorPane.topAnchor="49.0" />
         <ComboBox fx:id="startCombo" layoutX="83.0" layoutY="45.0" prefHeight="23.0" prefWidth="176.0" AnchorPane.leftAnchor="83.0" AnchorPane.topAnchor="45.0" />
         <Label layoutX="270.0" layoutY="49.0" text="-" AnchorPane.leftAnchor="270.0" AnchorPane.topAnchor="49.0" />