Skip to content

Commit c21bfc9

Browse files
committed
Change settings window request height
1 parent 0473f36 commit c21bfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var Settings = class TouchpadIndicatorSettings {
6666
// Set a reasonable initial window height
6767
this.widget.connect('realize', () => {
6868
let window = this.widget.get_toplevel();
69-
window.resize(640, 550);
69+
window.resize(640, 720);
7070
});
7171
}
7272

0 commit comments

Comments
 (0)