changeset 231:5e09d5bd2a17

Bug 3382: Class Search window is too narrow Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/98
author Yasumasa Suenaga <yasuenag@gmail.com>
date Fri, 12 May 2017 23:26:25 +0900
parents 11f64776a0b6
children b862390b22bc
files ChangeLog analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/snapshot/tabs/histogram.fxml
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 08 11:08:12 2017 +0900
+++ b/ChangeLog	Fri May 12 23:26:25 2017 +0900
@@ -1,3 +1,7 @@
+2017-05-12  Yasumasa Suenaga <yasuenag@gmail.com>
+
+	* Bug 3382: Class Search window is too narrow
+
 2017-05-08 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 
 	* Bug 3371: Recommend jcmd instead of Attach API
--- a/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/snapshot/tabs/histogram.fxml	Mon May 08 11:08:12 2017 +0900
+++ b/analyzer/fx/src/main/resources/jp/co/ntt/oss/heapstats/plugin/builtin/snapshot/tabs/histogram.fxml	Fri May 12 23:26:25 2017 +0900
@@ -67,10 +67,10 @@
                 </VBox>
                 <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" spacing="5.0">
                     <children>
-                        <HBox spacing="5.0">
+                        <HBox maxWidth="1.7976931348623157E308" spacing="5.0">
                             <children>
                                 <Label text="%label.classsearch" />
-                                <TextField fx:id="searchText" onKeyReleased="#onSearchTextChanged" />
+                                <TextField fx:id="searchText" maxWidth="1.7976931348623157E308" minWidth="0.0" onKeyReleased="#onSearchTextChanged" HBox.hgrow="ALWAYS" />
                             </children>
                         </HBox>
                         <ListView fx:id="searchList" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" VBox.vgrow="ALWAYS" />