We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fdb55 commit 079c458Copy full SHA for 079c458
src/ui/frames.c
@@ -549,11 +549,6 @@ meta_frames_calc_geometry (MetaFrames *frames,
549
width / scale, height / scale,
550
&button_layout,
551
fgeom);
552
-
553
- fgeom->top_height *= scale;
554
- fgeom->bottom_height *= scale;
555
- fgeom->left_width *= scale;
556
- fgeom->right_width *= scale;
557
}
558
559
MetaFrames*
0 commit comments