autocommit 2022-04-04 00:28:58 CEST
This commit is contained in:
parent
9ec1c5c995
commit
1f71290dab
21 changed files with 1217 additions and 132 deletions
|
|
@ -184,7 +184,7 @@ impl State {
|
|||
width += 2 * self.theme.border_width.get();
|
||||
height += 2 * self.theme.border_width.get() + self.theme.title_height.get();
|
||||
let output = workspace.output.get();
|
||||
let output_rect = output.position.get();
|
||||
let output_rect = output.global.pos.get();
|
||||
let position = {
|
||||
let mut x1 = output_rect.x1();
|
||||
let mut y1 = output_rect.y1();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue