altosuilib: Make dialogs mostly scrollable
[fw/altos] / altosui / AltosIdleMonitorUI.java
index 26bc06e40f648ba4aa8df345826d685c4fe57106..50994bb27293d55c71e3af9b5311339a49b4ffc6 100644 (file)
@@ -226,7 +226,7 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl
                /* We let the user set the freq/callsign, so don't bother with the cancel dialog */
                link.set_cancel_enable(false);
 
-               bag = getContentPane();
+               bag = getScrollablePane();
                bag.setLayout(new GridBagLayout());
 
                setTitle(String.format("AltOS %s", device.toShortString()));