mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
fix auto indent bits
This commit is contained in:
parent
4bd6557b14
commit
a6984e9480
1 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ menu_update_width(struct menu *menu)
|
|||
wlr_scene_rect_set_size(menu->border,
|
||||
menu->size.width + 2 * theme->menu_border_width,
|
||||
menu->size.height + 2 * theme->menu_border_width);
|
||||
|
||||
|
||||
/* Update background size and position */
|
||||
wlr_scene_rect_set_size(menu->background,
|
||||
menu->size.width,
|
||||
|
|
@ -154,7 +154,7 @@ menu_update_width(struct menu *menu)
|
|||
wlr_scene_node_set_position(&menu->background->node,
|
||||
theme->menu_border_width,
|
||||
theme->menu_border_width);
|
||||
|
||||
|
||||
/* Update items_tree position */
|
||||
wlr_scene_node_set_position(&menu->items_tree->node,
|
||||
theme->menu_border_width,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue