Skip to content

Commit 5f84081

Browse files
committed
Increase settings dialog window size
Resized the settings dialog from 600x450 to 650x550 to provide more space for UI elements and improve user experience.
1 parent 11f0b2b commit 5f84081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/dialogs/settings_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self, parent):
3737
super().__init__(parent)
3838
self.parent = parent
3939
self.setWindowTitle("الإعدادات")
40-
self.resize(600, 450)
40+
self.resize(650, 550)
4141
self.reciters_manager = AyahReciter(data_folder / "quran" / "reciters.db")
4242
self.init_ui()
4343
self.set_current_settings()

0 commit comments

Comments
 (0)