attempt #2 at better logical size values
This commit is contained in:
parent
c852826e9e
commit
0a809d36dd
1 changed files with 2 additions and 2 deletions
|
@ -1791,8 +1791,8 @@ void client_configure_full(ObClient *self, ObCorner anchor,
|
||||||
|
|
||||||
/* store the logical size */
|
/* store the logical size */
|
||||||
SIZE_SET(self->logical_size,
|
SIZE_SET(self->logical_size,
|
||||||
w + basew / self->size_inc.width,
|
self->size_inc.width ? w : w + basew,
|
||||||
h + baseh / self->size_inc.height);
|
self->size_inc.height ? h : h + baseh);
|
||||||
|
|
||||||
w *= self->size_inc.width;
|
w *= self->size_inc.width;
|
||||||
h *= self->size_inc.height;
|
h *= self->size_inc.height;
|
||||||
|
|
Loading…
Reference in a new issue