Fixes zrtp confirm button in a call.

cusax-fix
Yana Stamcheva 14 years ago
parent ceb334e6ba
commit 1e0d76ee7f

@ -990,7 +990,7 @@ public void mouseClicked(MouseEvent e)
securityPanel.setBeginPoint(
new Point((int) newPoint.getX() + 15, 0));
securityPanel.setBounds(
0, (int) newPoint.getY() - 5, this.getWidth(), 110);
0, (int) newPoint.getY() - 5, this.getWidth(), 130);
glassPane.add(securityPanel);
// Need to show the security panel explicitly in order to keep the

@ -298,10 +298,6 @@ public void paintComponent(Graphics g)
}
};
sasPanel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
sasPanel.setPreferredSize(new Dimension(200, 80));
sasPanel.setMinimumSize(new Dimension(200, 80));
sasPanel.setMaximumSize(new Dimension(200, 80));
sasPanel.setLayout(new BoxLayout(sasPanel, BoxLayout.Y_AXIS));
initSasLabels();

Loading…
Cancel
Save