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

FIX: correct options container appearance #11

Closed ivoryxiong closed 8 years ago

ivoryxiong commented 8 years ago

When Entity or Attr was selected, right panel(options) did not change

ivoryxiong commented 8 years ago

solve issue #9

Ahmed-Ali commented 8 years ago

Used the fix provided at PR #12

Ahmed-Ali commented 8 years ago

Thanks a lot @ivoryxiong for your contribution