[gnome-shell] Places: Add padding between "Connect to.." and devices section
- From: Adel Gadllah <agadllah src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Places: Add padding between "Connect to.." and devices section
- Date: Mon, 5 Oct 2009 20:24:20 +0000 (UTC)
commit fd1e7b2a0fb8bcd80fada07954f0da0b8ebbac97
Author: Adel Gadllah <adel gadllah gmail com>
Date: Mon Oct 5 16:34:23 2009 +0200
Places: Add padding between "Connect to.." and devices section
Add padding after "Connect to.." to make the list look consistent when devices
are connected.
https://bugzilla.gnome.org/show_bug.cgi?id=597423
js/ui/places.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/places.js b/js/ui/places.js
index 81bc018..9aa604d 100644
--- a/js/ui/places.js
+++ b/js/ui/places.js
@@ -96,7 +96,8 @@ Places.prototype = {
spacing: PLACES_VSPACING });
this._leftBox.append(this._actionsBox, Big.BoxPackFlags.NONE);
this._devBox = new Big.Box({ orientation: Big.BoxOrientation.VERTICAL,
- spacing: PLACES_VSPACING });
+ spacing: PLACES_VSPACING,
+ padding_top: 6 });
this._leftBox.append(this._devBox, Big.BoxPackFlags.NONE);
// Right is bookmarks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]