Commit 3b16a88
fix: Restore dialog size when going back from verification to word list
When clicking "Back" in the verification step (Step 2) to return to
the word list display (Step 1), restore the original dialog size.
Issue: Step 2 reduces minimum size to 460x280 for compact verification
form, but setupStep1() didn't restore the original 550x360 size, causing
the dialog to remain small when returning to the larger word list view.
Fix:
- Restore minimum size to 550x360 in setupStep1()
- Resize to m_defaultSize when returning from Step 2
- Keep adjustSize() only for initial setup
This ensures a consistent dialog size throughout the user flow.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f79a750 commit 3b16a88
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
| |||
0 commit comments