/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/preferences_ui.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-13 21:51:09 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140613215109-1o4421hhbm8ztbei
* Changes a thing in the about dialoug.
* Changed the style of the close button in the prefs dialoug.
* Added, for future use, style.js...

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
      label: _("close")
39
39
    })));
40
40
    
 
41
    /* Install a custom style */
 
42
    let special_btn_style_ctx = this.close_btn.get_style_context ();
 
43
    special_btn_style_ctx.add_class ("suggested-action");
 
44
    
41
45
    this.close_btn.connect ('clicked', Lang.bind (this, function () {
42
46
      this.destroy ();
43
47
    }));