diff --git a/src/prefs.js b/src/prefs.js index bcc4e35..58c76a3 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -179,7 +179,7 @@ export default class extends ExtensionPreferences { const tweaks = new Adw.PreferencesGroup({ title: "Tweaks" }); this._createSpin(tweaks, "edge-size", "Resize edge size", - "Number of pixel from window egdes to determine resize action", + "Number of pixel from window edges to determine resize action", 16, 96, 4); this._createSpin(tweaks, "top-edge-size", "Title edge size",