vidalvanbergen / ViMediaManager

Media Manager for Mac OS X
http://vidalvanbergen.github.com/ViMediaManager/
93 stars 7 forks source link

Preferences Window is underneath OSX Menubar. #18

Closed sr105 closed 11 years ago

sr105 commented 11 years ago

See image:

If I click and drag the window, it moves down. Screen Shot 2013-01-22 at 5 33 20 PM

vidalvanbergen commented 11 years ago

Dragging the window should position it to where you want to place it? Though positioning it below the menubar does seem odd, how'd that happen?

sr105 commented 11 years ago

I imagine something in your app wants to place the window centered at the top of the screen, but it somehow places the window at the actual top of the screen instead of just under the menubar. Probably a UI-toolkit issue or misunderstanding.

If it matters, I have a retina display.

vidalvanbergen commented 11 years ago

Sweet, me too. ;)

Though the only times i've seen this happen on an easy to to produce way, was by hiding the main window's toolbar, moving the widow to the top of the screen and re-starting the app, but this was before i made it remember the toolbar's visibility settings, and the preferences shouldn't even be able to collapse its toolbar.

Does it happen even after moving the window away from the menubar, closing the window and restarting the app? or is it a one time deal?

sr105 commented 11 years ago

Once moved, it seems to stay in place. Odd, I just removed the preferences and it is still in the location where I moved it. Is there some preference file I'm missing?

rm -rf Library/Application\ Support/ViMediaManager/ Library/Preferences/com.vidalvanbergen.vimediamanager*

vidalvanbergen commented 11 years ago

you might want to add a "~/" in front of those paths, since they're supposed to be placed in the user's folder. Though I prefer to do it by hand so that i'm sure the proper files are removed. ;)