Add additional padding to the view specific workspace controls
In the latest mockup, there is more spacing around the scroll bar than between the other controls. https://bugzilla.gnome.org/show_bug.cgi?id=610189
This commit is contained in:
@ -744,7 +744,9 @@ SingleView.prototype = {
|
||||
},
|
||||
|
||||
createControllerBar: function() {
|
||||
let panel = new St.BoxLayout({ 'pack-start': true, vertical: true });
|
||||
let panel = new St.BoxLayout({ style_class: 'single-view-controls',
|
||||
pack_start: true,
|
||||
vertical: true });
|
||||
|
||||
let actor = new St.BoxLayout({ 'pack-start': true });
|
||||
let active = global.screen.get_active_workspace_index();
|
||||
|
Reference in New Issue
Block a user