Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed the hard coded toolbar style that was manually setting the spacing. It was inconsistent because we aren't doing it for the other editors. * Removed the spinboxes because they are confusing since we aren't doing a master detail view like GM does. The user can just edit the values inside the table by double clicking. This also gives more vertical space to show more points. * Used default values everywhere the spinboxes were being referred to in code. * Gave unique names to several widgets in the form that didn't previously have any. * Added label mnemonics and buddies to several widgets. * Gave the points list buttons text and showed it so they don't look so bland and they can have the GM mnemonic. * Changed the insert icon from the pencil to the copy icon because it more accurately, while not perfectly, represents the insert behavior. Since the insert button actually behaved like duplicate in GM, this is actually more correct. Duplicate is also more useful than a plain insert button anyway. * Made the save button the default button. * Made the point preview widget stretch so that it looks correct in the form designer. * Removed the extra separator at the beginning of the toolbar. I'm not sure why it was there.
- Loading branch information