-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sprite Editor Layout Improvements (#157)
* Changes properties layout from vbox to form so it has two columns where that's needed like the name field. * Adds the name label and a buddy field. * Maps the name field to the tree node. * Stretches the x/y origin line edits in the parent grid layout. * Gives the root widget layout a proper "mainLayout" name. * Gives the origin group layout a proper "originLayout" name. * Gives the collision shape group layout a proper "collisionShapeLayout" name. * Gives the BBox group layout a proper "bboxLayout" name. * Gives all the labels in the BBox dimensions grid the correct buddy. * Removes the bottom spacer in the properties layout that was used to push everything to the top since form layout does that automatically.
- Loading branch information
1 parent
b597046
commit f9c59a1
Showing
2 changed files
with
115 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters