damianavila / vIPer

vIPer: a new tool for IPython notebooks.
60 stars 9 forks source link

Toolbar size when no tabs #5

Open Carreau opened 12 years ago

Carreau commented 12 years ago

prev, next and reload icons disappears when no tab is selected. Which change the toolbar height and is a little disturbing.

I would suggest preventing no-tabs and always fallback on at least one tab that is the dashboard, or the help.

damianavila commented 12 years ago

This behaviour is not present when I run vIPer in linux... There is no possibility of no tabs, because in this case, the app have to close.

I guess I have a lot of work to do with OS X users... Thank you very much for your feedback!!! You are welcome to open all the necessary issues.

Carreau commented 12 years ago

ah... looking at the video I understand why... Os X does not ship with the icons, so I got text in the toolbar. here is a screenshot. screenshot

damianavila commented 12 years ago

Right, the icons are linux-specific... sorry about that... It was programmed in "linux mind" but I have to open my mind, at least for my first OSX user :-)

damianavila commented 12 years ago

In the next release I will include the icons in the code to be platform-independent. I had plans to do that in the future (I knew that this problem would arise eventually) but I will do it ASAP for my OSX users :-)