altosuilib: Make dialogs mostly scrollable
[fw/altos] / altosuilib / AltosScanUI.java
index a09142e53406dc0fc7bd0d5a241a71d0c8aa306d..4ec858fa89de9e399921190f6d038286499a488e 100644 (file)
@@ -470,7 +470,7 @@ public class AltosScanUI
                if (!open())
                        return;
 
-               Container               pane = getContentPane();
+               Container               pane = getScrollablePane();
                GridBagConstraints      c = new GridBagConstraints();
                Insets                  i = new Insets(4,4,4,4);