[gnome-shell] dash: Don't expand displayControl
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] dash: Don't expand displayControl
- Date: Wed, 12 Aug 2009 23:34:49 +0000 (UTC)
commit 1636e6c18732d10fc89ad8810a0859fe36f8e54c
Author: Colin Walters <walters verbum org>
Date: Wed Aug 12 19:32:50 2009 -0400
dash: Don't expand displayControl
It shouldn't take up more space than it needs.
js/ui/dash.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/dash.js b/js/ui/dash.js
index 1b787ba..479a5d1 100644
--- a/js/ui/dash.js
+++ b/js/ui/dash.js
@@ -156,7 +156,7 @@ ResultArea.prototype = {
this.controlBox = new Big.Box({ x_align: Big.BoxAlignment.CENTER });
this.controlBox.append(this.display.displayControl, Big.BoxPackFlags.NONE);
- this.actor.append(this.controlBox, Big.BoxPackFlags.EXPAND);
+ this.actor.append(this.controlBox, Big.BoxPackFlags.NONE);
this.display.load();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]