mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:36:09 +00:00
UI: Update "parking" icon
This commit is contained in:
parent
23db9e7e39
commit
d8a672b89b
@ -25,7 +25,6 @@
|
||||
<file>icons/disk.png</file>
|
||||
<file>icons/download.png</file>
|
||||
<file>icons/error.png</file>
|
||||
<file>icons/flag_1.png</file>
|
||||
<file>icons/folder.png</file>
|
||||
<file>icons/fort-96.png</file>
|
||||
<file>icons/fort.png</file>
|
||||
@ -46,6 +45,7 @@
|
||||
<file>icons/lock_open.png</file>
|
||||
<file>icons/magnifier.png</file>
|
||||
<file>icons/page_copy.png</file>
|
||||
<file>icons/parking.png</file>
|
||||
<file>icons/pencil.png</file>
|
||||
<file>icons/play.png</file>
|
||||
<file>icons/recycle.png</file>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 995 B |
BIN
src/ui/icons/parking.png
Normal file
BIN
src/ui/icons/parking.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 B |
@ -75,7 +75,7 @@ QIcon appStateIcon(const AppRow &appRow)
|
||||
|
||||
QIcon appParkedIcon(const AppRow &appRow)
|
||||
{
|
||||
return appRow.parked ? IconCache::icon(":/icons/flag_1.png") : QIcon();
|
||||
return appRow.parked ? IconCache::icon(":/icons/parking.png") : QIcon();
|
||||
}
|
||||
|
||||
QIcon appScheduledIcon(const AppRow &appRow)
|
||||
@ -153,7 +153,7 @@ inline QVariant headerDataDecoration(int section)
|
||||
{
|
||||
switch (section) {
|
||||
case 3:
|
||||
return IconCache::icon(":/icons/flag_1.png");
|
||||
return IconCache::icon(":/icons/parking.png");
|
||||
case 4:
|
||||
return IconCache::icon(":/icons/time.png");
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user