Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
- Remove white space.
  • Loading branch information
rockon999 committed Mar 31, 2017
1 parent 5e27ebb commit 2e2936f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion [email protected]/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,4 @@ function _workspaceSwitched(wm, from, to, direction) {
*/
function get_current_maximized_window() {
return this.maximized_window;
}
}
11 changes: 1 addition & 10 deletions [email protected]/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,13 +495,4 @@ function initialize_settings() {

/* After we've given Settings the necessary information... let's bind it. */
Settings.bind();
}









}
6 changes: 3 additions & 3 deletions [email protected]/prefs.js/preferences/app_chooser.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ const AppChooser = new Lang.Class({
let img = null;

if (icon) {
img = Gtk.Image.new_from_gicon(icon, Gtk.IconSize.MENU);
img = Gtk.Image.new_from_gicon(icon, Gtk.IconSize.MENU);
} else {
img = Gtk.Image.new_from_icon_name('dialog-question', Gtk.IconSize.MENU);
img = Gtk.Image.new_from_icon_name('dialog-question', Gtk.IconSize.MENU);
}

row_grid.attach(img, 0, 0, 1, 1);
Expand All @@ -140,7 +140,7 @@ const AppChooser = new Lang.Class({
let list_box = new Gtk.Label({
label: name,
xalign: 0,
hexpand:true,
hexpand: true,
vexpand: false,
halign: Gtk.Align.START,
valign: Gtk.Align.CENTER
Expand Down
6 changes: 1 addition & 5 deletions [email protected]/prefs.js/preferences/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1483,8 +1483,4 @@ function buildPrefsWidget() {
/* Return main widget. */
main_widget.show_all();
return main_widget;
}




}
2 changes: 1 addition & 1 deletion [email protected]/transitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,4 @@ const AnimationDestination = {
MINIMUM: 1,
MAXIMUM: 2
};
Util.deep_freeze(AnimationDestination);
Util.deep_freeze(AnimationDestination);

0 comments on commit 2e2936f

Please sign in to comment.