Ahmed-Ali / RealmObjectEditor

Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can save your schema document for later use and you can export your entities in Swift, Objective-C and Java.
MIT License
424 stars 47 forks source link

Fixed issues w/ "squared boxes" #16

Closed perfaram closed 8 years ago

perfaram commented 8 years ago

The "squared boxes" (Those neat little round-edged squared boxes with one letter in the middle shown at the left of the attribute or relationship name) in the Relations table did not have the same 4px-wide gap as their Attributes table counterparts. Now, they do. Plus, I've fixed the centering of the uppercase letters, which were too far right.

Ahmed-Ali commented 8 years ago

PR merged to develop branch and will be included in the next release. Thanks for your contribution @perfaram

perfaram commented 8 years ago

You're welcome !