-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background Editor Layout Improvements #156
Conversation
@@ -108,24 +111,24 @@ | |||
<property name="bottomMargin"> | |||
<number>4</number> | |||
</property> | |||
<item> | |||
<item row="1" column="0" colspan="2"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shit's worse than SVG, honestly.
<property name="text"> | ||
<string>&Name</string> | ||
</property> | ||
<property name="buddy"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is "buddy"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bringing some of my layout improvements from #144 over to master as their own changes.
What's odd is the layout looks different on master in the designer than it does at runtime. At runtime the editor above looks like there is a vertical spacer inside the tileset groupbox pushing them all to the top.