Commit 404473f
Fix size of Settings window
The rowWidth constant use was missing the adjustment for the left offset.
The window height also needs to be adjusted.
Before: Last control y = 124+26=150, height=172 (i.e. +22)
Now : Last control y = 177 -> +22 = height1 parent 7f36be5 commit 404473f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments