From 1ec3da3227492234079d23aaa72c5c9995201a5f Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 18 Feb 2009 17:35:36 +0000
Subject: [PATCH] Fix for issue 3800 (Monitoring General Information : Resize the Show Operations... window)
---
opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java b/opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java
index a76b807..dac07c2 100644
--- a/opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java
+++ b/opends/src/guitools/org/opends/guitools/controlpanel/ui/SimplifiedViewEntryPanel.java
@@ -22,7 +22,7 @@
* CDDL HEADER END
*
*
- * Copyright 2008 Sun Microsystems, Inc.
+ * Copyright 2008-2009 Sun Microsystems, Inc.
*/
package org.opends.guitools.controlpanel.ui;
@@ -421,7 +421,8 @@
gbc.gridy ++;
gbc.fill = GridBagConstraints.BOTH;
scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
- scrollListener = new ScrollPaneBorderListener(scrollAttributes, true);
+ scrollListener = ScrollPaneBorderListener.createBottomAndTopBorderListener(
+ scrollAttributes);
gbc.insets = new Insets(0, 0, 0, 0);
add(scrollAttributes, gbc);
}
--
Gitblit v1.10.0