Commit 6565ca8
committed
gitk: set minimum size on configuration dialog
gitk sets no size limit on its configuration dialog, allowing the user
to collapse the window so almost nothing is visible. The geometry
manager sets an initial size so all the widgets are visible, though
ignores the potentially very long text in the entry widgets in doing so.
Let's use this initial size as the minimum. The size information is
computed in Tk's idle processing queue, so a wait is required.
Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>1 parent 8e65d38 commit 6565ca8
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11894 | 11894 | | |
11895 | 11895 | | |
11896 | 11896 | | |
| 11897 | + | |
| 11898 | + | |
| 11899 | + | |
| 11900 | + | |
11897 | 11901 | | |
11898 | 11902 | | |
11899 | 11903 | | |
| |||
0 commit comments