mirror of
https://github.com/tnodir/fort
synced 2024-11-15 08:46:03 +00:00
UI: Improve Graph icon.
This commit is contained in:
parent
19b2b2bcc3
commit
6b05e34a41
@ -414,7 +414,7 @@ void StatisticsPage::setupGraphOptionsMenu()
|
||||
|
||||
auto menu = ControlUtil::createMenuByLayout(layout, this);
|
||||
|
||||
m_btGraphOptions = new QPushButton(QIcon(":/icons/monitor.png"), QString());
|
||||
m_btGraphOptions = new QPushButton(QIcon(":/icons/line-graph.png"), QString());
|
||||
m_btGraphOptions->setMenu(menu);
|
||||
}
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
<file>icons/github.png</file>
|
||||
<file>icons/globe.png</file>
|
||||
<file>icons/home.png</file>
|
||||
<file>icons/line-graph.png</file>
|
||||
<file>icons/map-map-marker.png</file>
|
||||
<file>icons/map-marker.png</file>
|
||||
<file>icons/monitor.png</file>
|
||||
<file>icons/pencil.png</file>
|
||||
<file>icons/puzzle.png</file>
|
||||
<file>icons/sign-add.png</file>
|
||||
|
@ -764,7 +764,7 @@ void FortManager::createTrayMenu()
|
||||
menu, QIcon(":/icons/map-map-marker.png"), QString(), this, SLOT(showZonesWindow()));
|
||||
addHotKey(m_zonesAction, settings()->hotKeyZones(), hotKeyEnabled);
|
||||
|
||||
m_graphWindowAction = addAction(menu, QIcon(":/icons/monitor.png"), QString(), this,
|
||||
m_graphWindowAction = addAction(menu, QIcon(":/icons/line-graph.png"), QString(), this,
|
||||
SLOT(switchGraphWindow()), true, (m_graphWindow != nullptr));
|
||||
addHotKey(m_graphWindowAction, settings()->hotKeyGraph(), conf()->logStat());
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 715 B After Width: | Height: | Size: 1.5 KiB |
BIN
src/ui/icons/line-graph.png
Normal file
BIN
src/ui/icons/line-graph.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 563 B |
Loading…
Reference in New Issue
Block a user