Loading src/winwidget.c +3 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,9 @@ void winwidget_create_window(winwidget ret, int w, int h) XSetCommand(disp, ret->win, cmdargv, cmdargc); winwidget_register(ret); if (opt.scale_down) { /* do not scale down a thumbnail list window, only those created from it */ if (opt.scale_down && (ret->type != WIN_TYPE_THUMBNAIL)) { opt.geom_w = w; opt.geom_h = h; opt.geom_flags |= WidthValue | HeightValue; Loading Loading
src/winwidget.c +3 −1 Original line number Diff line number Diff line Loading @@ -298,7 +298,9 @@ void winwidget_create_window(winwidget ret, int w, int h) XSetCommand(disp, ret->win, cmdargv, cmdargc); winwidget_register(ret); if (opt.scale_down) { /* do not scale down a thumbnail list window, only those created from it */ if (opt.scale_down && (ret->type != WIN_TYPE_THUMBNAIL)) { opt.geom_w = w; opt.geom_h = h; opt.geom_flags |= WidthValue | HeightValue; Loading