browser - fix browser scroller to fill height in win mode as it should

This commit is contained in:
Carsten Haitzler 2020-02-04 12:29:32 +00:00
parent da7589ede8
commit 46eae171dc
1 changed files with 1 additions and 2 deletions

View File

@ -477,14 +477,13 @@ collections {
part { name: "browser2"; type: SPACER; part { name: "browser2"; type: SPACER;
scale: 1; scale: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
rel2.relative: 1.0 0.0;
rel2.to_y: "controlbar";
fixed: 1 1; fixed: 1 1;
} }
description { state: "fs" 0.0; description { state: "fs" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
rel1.offset: 40 0; rel1.offset: 40 0;
rel2.offset: -41 -1; rel2.offset: -41 -1;
offscale;
} }
} }
part { name: "rage.browser"; type: SWALLOW; part { name: "rage.browser"; type: SWALLOW;