summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorhandsome_feng <445865575@qq.com>2015-12-10 17:21:31 +0800
committerhandsome_feng <445865575@qq.com>2015-12-10 17:21:31 +0800
commit4c796b9d968cd395d0096d56e3ff3bd5402c3ebc (patch)
tree8d512a5a1c5cce8624f0d2b9cf193c3cf6bbe988 /plugins
parent94461c38153442f18dc7db3284a30d58dbfb4011 (diff)
fix some problem in autopilot
(bzr r3999.7.10)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index 816e9657e..e519e48c9 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -4056,7 +4056,7 @@ void UnityScreen::initLauncher()
manager->PromptLockScreen();
auto on_launcher_size_changed = [this] (nux::Area* area, int w, int h) {
- /* The launcher geometry includes 1px used to draw the right margin
+ /* The launcher geometry includes 1px used to draw the right/top margin
* that must not be considered when drawing an overlay */
auto* launcher = static_cast<Launcher*>(area);