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
This commit is contained in:
Adel Gadllah 2009-10-05 16:34:23 +02:00
parent aed1e67add
commit fd1e7b2a0f

View File

@ -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