-rw-r--r-- | core/applets/batteryapplet/battery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/batteryapplet/battery.cpp b/core/applets/batteryapplet/battery.cpp index 18e368e..98b61b5 100644 --- a/core/applets/batteryapplet/battery.cpp +++ b/core/applets/batteryapplet/battery.cpp @@ -85,3 +85,3 @@ void BatteryMeter::mouseReleaseEvent( QMouseEvent* /*e*/ ) batteryView->raise(); - batteryView->show(); + batteryView->showMaximized(); } |