changeset 552:b0f4e49b9f75

Allow to hide vm tree panel review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-August/002829.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Mon, 20 Aug 2012 15:42:19 +0200
parents 7d8fb7d80369
children e7413ea27f17
files client/core/src/main/java/com/redhat/thermostat/client/ui/MainWindow.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/MainWindow.java	Mon Aug 20 12:48:07 2012 +0200
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/MainWindow.java	Mon Aug 20 15:42:19 2012 +0200
@@ -449,7 +449,8 @@
 
     private void setupPanels() {
         JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
-
+        splitPane.setOneTouchExpandable(true);
+        
         JPanel navigationPanel = new JPanel(new BorderLayout());
 
         navigationPanel.add(searchField, BorderLayout.PAGE_START);