[Blends-commit] [SCM] ezgo branch, master, updated. f3148938664a03ace4917ff9728b6b77378aefd7

Franklin franklin at goodhorse.idv.tw
Sun May 1 14:18:41 UTC 2016


The following commit has been merged in the master branch:
commit f3148938664a03ace4917ff9728b6b77378aefd7
Author: Franklin <franklin at goodhorse.idv.tw>
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



More information about the Blends-commit mailing list