Commit bbeb69e3 authored by Tim Peters's avatar Tim Peters

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.
parent 4951a980
...@@ -416,7 +416,7 @@ item: Custom Dialog Set ...@@ -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 ...@@ -432,7 +432,7 @@ item: Custom Dialog Set
Text Swedish=&Nsta > Text Swedish=&Nsta >
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment