config: clean up and document theming
This commit is contained in:
parent
4780315f50
commit
6916f03e94
17 changed files with 745 additions and 285 deletions
|
|
@ -345,8 +345,8 @@ impl State {
|
|||
workspace: &Rc<WorkspaceNode>,
|
||||
) {
|
||||
node.clone().tl_set_workspace(workspace);
|
||||
width += 2 * self.theme.border_width.get();
|
||||
height += 2 * self.theme.border_width.get() + self.theme.title_height.get();
|
||||
width += 2 * self.theme.sizes.border_width.get();
|
||||
height += 2 * self.theme.sizes.border_width.get() + self.theme.sizes.title_height.get();
|
||||
let output = workspace.output.get();
|
||||
let output_rect = output.global.pos.get();
|
||||
let position = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue