fixed some graphic styles in MacOSX

This commit is contained in:
Luis Ángel San Martín
2015-01-19 21:49:27 +01:00
parent d01e49dd3f
commit bb2e55d0b6
6 changed files with 14 additions and 13 deletions

View File

@ -60,6 +60,5 @@
<file alias="images/lists/label_white@2x.png">../images/lists/label_white_osx@2x.png</file>
<file alias="images/lists/label_yellow@2x.png">../images/lists/label_yellow_osx@2x.png</file>
<file alias="images/lists/list@2x.png">../images/lists/list_osx@2x.png</file>
<file alias="images/empty_reading_list@2x.png">../images/empty_reading_list_osx@2x.png</file>
</qresource>
</RCC>

View File

@ -788,7 +788,9 @@ void LibraryWindow::createActions()
this->addAction(setFolderAsNotCompletedAction);
this->addAction(setFolderAsReadAction);
this->addAction(setFolderAsUnreadAction);
#ifndef Q_OS_MAC
this->addAction(toggleFullScreenAction);
#endif
//disable actions
disableAllActions();