mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -416,7 +416,7 @@ item: Custom Dialog Set
|
||||||
Font Name=Helv
|
Font Name=Helv
|
||||||
Font Size=8
|
Font Size=8
|
||||||
item: Push Button
|
item: Push Button
|
||||||
Rectangle=172 185 214 199
|
Rectangle=150 185 192 199
|
||||||
Variable=DIRECTION
|
Variable=DIRECTION
|
||||||
Value=N
|
Value=N
|
||||||
Create Flags=01010000000000010000000000000001
|
Create Flags=01010000000000010000000000000001
|
||||||
|
@ -432,7 +432,7 @@ item: Custom Dialog Set
|
||||||
Text Swedish=&Nästa >
|
Text Swedish=&Nästa >
|
||||||
end
|
end
|
||||||
item: Push Button
|
item: Push Button
|
||||||
Rectangle=130 185 172 199
|
Rectangle=105 185 147 199
|
||||||
Variable=DIRECTION
|
Variable=DIRECTION
|
||||||
Value=B
|
Value=B
|
||||||
Create Flags=01010000000000010000000000000000
|
Create Flags=01010000000000010000000000000000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue