mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-07-31 02:50:15 +02:00
Set fixed size to historyButtonPanel to fix display of those buttons in taller windows (Fixes #1611)
This commit is contained in:
@@ -496,7 +496,7 @@ public final class MainWindow implements Runnable, RipStatusHandler {
|
||||
historyPanel.add(historyTablePanel, gbc);
|
||||
gbc.ipady = 0;
|
||||
JPanel historyButtonPanel = new JPanel(new GridBagLayout());
|
||||
historyButtonPanel.setPreferredSize(new Dimension(300, 10));
|
||||
historyButtonPanel.setSize(new Dimension(300, 10));
|
||||
historyButtonPanel.setBorder(emptyBorder);
|
||||
gbc.gridx = 0;
|
||||
historyButtonPanel.add(historyButtonRemove, gbc);
|
||||
|
Reference in New Issue
Block a user