mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Do not show the maximize window widget
This commit is contained in:
parent
2c0407d7d4
commit
0864dbf8a8
@ -914,7 +914,7 @@ void open_settings(void)
|
||||
OBJECT * toolbartree;
|
||||
struct gemtk_wm_scroll_info_s *slid;
|
||||
uint32_t kind = CLOSER | NAME | MOVER | VSLIDE | HSLIDE | UPARROW
|
||||
| DNARROW | LFARROW | RTARROW | SIZER | FULLER;
|
||||
| DNARROW | LFARROW | RTARROW | SIZER;
|
||||
|
||||
dlgtree = gemtk_obj_get_tree(SETTINGS);
|
||||
toolbartree = gemtk_obj_get_tree(TOOLBAR_SETTINGS);
|
||||
|
Loading…
Reference in New Issue
Block a user