mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
change library icon (#377)
This commit is contained in:
parent
9beba77625
commit
a9a299c8ad
@ -138,6 +138,11 @@ QTabBar::tab:selected {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
|
||||
QTabBar::tab:first {
|
||||
padding-top: 6px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
QTabBar::tab:last {
|
||||
border: none;
|
||||
}
|
||||
|
1715
resources/icons/library-icon.svg
Normal file
1715
resources/icons/library-icon.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 129 KiB |
@ -70,6 +70,7 @@
|
||||
<file>icons/pause-button.png</file>
|
||||
<file>icons/cancel-button.png</file>
|
||||
<file>icons/new-tab-icon.svg</file>
|
||||
<file>icons/library-icon.svg</file>
|
||||
</qresource>
|
||||
<qresource lang="fr" prefix="/">
|
||||
<file alias="texts/about.html">texts/fr/about.html</file>
|
||||
|
@ -101,7 +101,7 @@ void TabBar::setContentManagerView(ContentManagerView* view)
|
||||
mp_contentManagerView = view;
|
||||
mp_stackedWidget->addWidget(mp_contentManagerView);
|
||||
mp_stackedWidget->show();
|
||||
addTab(QIcon(":/icons/kiwix/app_icon.svg"), "");
|
||||
addTab(QIcon(":/icons/library-icon.svg"), "");
|
||||
setTabButton(0, RightSide, nullptr);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user