1. 01 Aug, 2001 4 commits
    • Tim Peters's avatar
      Hmm. The Backup/Replace dialog also had back/next buttons three pixels · b8b32911
      Tim Peters authored
      narrower than all the other Wise dialogs, and offset by a few pixels in
      the vertical direction too.  Made these things consistent across dialogs
      too.
      b8b32911
    • Tim Peters's avatar
      Aha! Finally figured out something else that's been driving me nuts: · bbeb69e3
      Tim Peters authored
      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.
      bbeb69e3
    • Tim Peters's avatar
      The "Select Destination Directory" dialog didn't ask for confirmation · 4951a980
      Tim Peters authored
      about installing into a pre-existing directory *unless* you hit the
      Browse button first.  At least while testing, this screwed me repeatedly.
      Plus I really liked the Inno Setup scheme of giving you a list box in
      its "select directory" dialog without needing a distinct browse button
      to ask for that.
      
      So I redid this dialog from scratch:  now gives a list box at once, the
      browse button is gone, it asks for confirmation if the directory already
      exists, and, since this is the first dialog in the set now, also removed
      its "Back" button.
      4951a980
    • Tim Peters's avatar
      1f7862ec
  2. 31 Jul, 2001 22 commits
  3. 30 Jul, 2001 14 commits