mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Add deco parts top, right and bottom
This commit is contained in:
parent
a6ac2a0439
commit
c07acc9ee6
7 changed files with 104 additions and 22 deletions
|
|
@ -23,7 +23,7 @@ static void position(struct view *view)
|
|||
return;
|
||||
if (view->x || view->y)
|
||||
return;
|
||||
box = deco_box(view, LAB_DECO_PART_TOP);
|
||||
box = deco_box(view, LAB_DECO_PART_TITLE);
|
||||
view->y = box.height;
|
||||
box = deco_box(view, LAB_DECO_PART_LEFT);
|
||||
view->x = box.width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue