Skip to content

Commit

Permalink
slightly widen prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
neffo committed Oct 22, 2023
1 parent 4a20c9b commit 9548b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const BingImageURL = Utils.BingImageURL;

var DESKTOP_SCHEMA = 'org.gnome.desktop.background';

var PREFS_DEFAULT_WIDTH = 900;
var PREFS_DEFAULT_HEIGHT = 1000;
var PREFS_DEFAULT_WIDTH = 950;
var PREFS_DEFAULT_HEIGHT = 950;

export default class BingWallpaperExtensionPreferences extends ExtensionPreferences {
fillPreferencesWindow(window) {
Expand Down

0 comments on commit 9548b25

Please sign in to comment.