~aleteoryx/muditaos

69186c854b864000c2d8ae2781927d277702012f — Mateusz Grzywacz 5 years ago dc5a940
[EGD-4932] all new battery icons - rename
1 files changed, 6 insertions(+), 6 deletions(-)

M module-gui/gui/widgets/TopBar.cpp
M module-gui/gui/widgets/TopBar.cpp => module-gui/gui/widgets/TopBar.cpp +6 -6
@@ 70,12 70,12 @@ namespace gui

        // icons for battery
        battery = {
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery0"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery1"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery2"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery3"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery4"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery5"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery_low_W_M"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery1_W_M"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery2_W_M"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery3_W_M"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery4_W_M"),
            new gui::Image(this, batteryOffset, 15, 0, 0, "battery5_W_M"),
        };
        batteryShowBars(0);