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:
parent
aed1e67add
commit
fd1e7b2a0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user