The following commit has been merged in the master branch:
commit f3148938664a03ace4917ff9728b6b77378aefd7
Author: Franklin <[email protected]>
Date:   Sun May 1 22:18:18 2016 +0800

    Change default panel height

diff --git a/ezgo-kde5/kde/defaultPanel.layout.js 
b/ezgo-kde5/kde/defaultPanel.layout.js
index 31a887c..25f389e 100644
--- a/ezgo-kde5/kde/defaultPanel.layout.js
+++ b/ezgo-kde5/kde/defaultPanel.layout.js
@@ -25,7 +25,7 @@ if (freeEdges["bottom"] == true) {
     panel.location = "top";
 }
 
-panel.height = screenGeometry(panel.screen).height > 1024 ? 35 : 27
+panel.height = screenGeometry(panel.screen).height > 1024 ? 43 : 35
 
 var kickoff = panel.addWidget("org.kde.plasma.kicker")
 kickoff.currentConfigGroup = ["General"]

-- 
Blend for educatipn with asian specific adaptations

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to