dash: Reindent some more code
Again we're about to touch it. https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/89 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1660>
This commit is contained in:
parent
73b94c3901
commit
5c31ef6ae2
@ -57,13 +57,15 @@ class DashIcon extends AppDisplay.AppIcon {
|
|||||||
var DashItemContainer = GObject.registerClass(
|
var DashItemContainer = GObject.registerClass(
|
||||||
class DashItemContainer extends St.Widget {
|
class DashItemContainer extends St.Widget {
|
||||||
_init() {
|
_init() {
|
||||||
super._init({ style_class: 'dash-item-container',
|
super._init({
|
||||||
pivot_point: new Graphene.Point({ x: .5, y: .5 }),
|
style_class: 'dash-item-container',
|
||||||
scale_x: 0,
|
pivot_point: new Graphene.Point({ x: .5, y: .5 }),
|
||||||
scale_y: 0,
|
scale_x: 0,
|
||||||
opacity: 0,
|
scale_y: 0,
|
||||||
x_expand: true,
|
opacity: 0,
|
||||||
x_align: Clutter.ActorAlign.CENTER });
|
x_expand: true,
|
||||||
|
x_align: Clutter.ActorAlign.CENTER,
|
||||||
|
});
|
||||||
|
|
||||||
this._labelText = "";
|
this._labelText = "";
|
||||||
this.label = new St.Label({ style_class: 'dash-label' });
|
this.label = new St.Label({ style_class: 'dash-label' });
|
||||||
|
Loading…
Reference in New Issue
Block a user