diff --git a/YACReaderLibrary/images.qrc b/YACReaderLibrary/images.qrc index 16de824e..6f6e6ecf 100644 --- a/YACReaderLibrary/images.qrc +++ b/YACReaderLibrary/images.qrc @@ -90,7 +90,7 @@ ../images/collapsed_branch_osx.png ../images/expanded_branch_osx.png ../images/folder_macosx.png - ../images/libraryIcon.png + ../images/libraryIconSelected.png ../images/libraryOptions.png ../images/branch-open.png diff --git a/YACReaderLibrary/images_osx.qrc b/YACReaderLibrary/images_osx.qrc index e53d7ff9..7ca394e9 100644 --- a/YACReaderLibrary/images_osx.qrc +++ b/YACReaderLibrary/images_osx.qrc @@ -9,6 +9,7 @@ ../images/main_toolbar/help_osx.png ../images/main_toolbar/fullscreen_osx.png + ../images/libraryIcon_os.png ../images/setRoot_osx.png ../images/expand_osx.png ../images/colapse_osx.png diff --git a/YACReaderLibrary/images_win.qrc b/YACReaderLibrary/images_win.qrc index ba84263a..adce267f 100644 --- a/YACReaderLibrary/images_win.qrc +++ b/YACReaderLibrary/images_win.qrc @@ -9,6 +9,7 @@ ../images/main_toolbar/help.png ../images/main_toolbar/fullscreen.png + ../images/libraryIcon.png ../images/setRoot.png ../images/expand.png ../images/colapse.png diff --git a/images/libraryIcon_osx.png b/images/libraryIcon_osx.png new file mode 100644 index 00000000..ec85333d Binary files /dev/null and b/images/libraryIcon_osx.png differ