mirror of
https://github.com/anas-elgarhy/Ayah-intellij.git
synced 2024-08-15 00:43:43 +00:00
[update/ui] Update the details dialog size and return it to be unresizable
This commit is contained in:
parent
c213150c49
commit
5cf3890c02
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ public class AyahDetailsDialog extends JDialog implements PlayerListener {
|
||||||
|
|
||||||
setContentPane(contentPane);
|
setContentPane(contentPane);
|
||||||
setModal(true);
|
setModal(true);
|
||||||
setSize(500, 300);
|
setSize(520, 320);
|
||||||
// setResizable(false);
|
setResizable(false);
|
||||||
setLocationRelativeTo(null);
|
setLocationRelativeTo(null);
|
||||||
getRootPane().setDefaultButton(playButton);
|
getRootPane().setDefaultButton(playButton);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue