mirror of https://github.com/python/cpython.git
Aha! Finally figured out something else that's been driving me nuts:
turns out the canned new "backup directory" dialog put its "back" and "next" buttons at a different relative horizontal position than all the other canned dialogs. This explains why you had to keep moving the mouse around if you wanted to do a straight all-default install -- the Next button kept moving around. Now the back/next buttons are in exactly the same place on all dialogs, and you can click straight thru to the end.
This commit is contained in:
parent
4951a980ad
commit
bbeb69e357
|
@ -416,7 +416,7 @@ item: Custom Dialog Set
|
|||
Font Name=Helv
|
||||
Font Size=8
|
||||
item: Push Button
|
||||
Rectangle=172 185 214 199
|
||||
Rectangle=150 185 192 199
|
||||
Variable=DIRECTION
|
||||
Value=N
|
||||
Create Flags=01010000000000010000000000000001
|
||||
|
@ -432,7 +432,7 @@ item: Custom Dialog Set
|
|||
Text Swedish=&Nästa >
|
||||
end
|
||||
item: Push Button
|
||||
Rectangle=130 185 172 199
|
||||
Rectangle=105 185 147 199
|
||||
Variable=DIRECTION
|
||||
Value=B
|
||||
Create Flags=01010000000000010000000000000000
|
||||
|
|
Loading…
Reference in New Issue