Skip to content

Commit 52751d5

Browse files
committed
make Settings window resizable
fixes #1852
1 parent 85432c8 commit 52751d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/UI/Settings/UIWindowSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function UIWindowSettings(options){
8080
has_head: true,
8181
selectable_body: false,
8282
allow_context_menu: false,
83-
is_resizable: false,
83+
is_resizable: true,
8484
is_droppable: false,
8585
init_center: true,
8686
allow_native_ctxmenu: true,

0 commit comments

Comments
 (0)