mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Fix more coding style violations
This commit is contained in:
parent
a9042e3cde
commit
ea3ea49783
5 changed files with 39 additions and 33 deletions
|
|
@ -123,7 +123,7 @@ ssd_box(struct view *view, enum ssd_part_type type)
|
|||
box.x = view->x - theme->border_width;
|
||||
box.y = view->y + view->h;
|
||||
box.width = view->w + 2 * theme->border_width;
|
||||
box.height = +theme->border_width + INVISIBLE_MARGIN;
|
||||
box.height = theme->border_width + INVISIBLE_MARGIN;
|
||||
break;
|
||||
case LAB_SSD_PART_LEFT:
|
||||
box.x = view->x - theme->border_width - INVISIBLE_MARGIN;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue