mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
tree-wide: wrap a few extra-long lines
This commit is contained in:
parent
e172f98af0
commit
0f319e9849
5 changed files with 10 additions and 5 deletions
|
|
@ -50,7 +50,8 @@ attach_ssd_button(struct wl_list *button_parts, enum lab_node_type type,
|
|||
|
||||
if (type == LAB_NODE_BUTTON_WINDOW_ICON) {
|
||||
struct scaled_icon_buffer *icon_buffer =
|
||||
scaled_icon_buffer_create(root, button_width - 2 * icon_padding, button_height);
|
||||
scaled_icon_buffer_create(root, button_width
|
||||
- 2 * icon_padding, button_height);
|
||||
assert(icon_buffer);
|
||||
struct wlr_scene_node *icon_node = &icon_buffer->scene_buffer->node;
|
||||
scaled_icon_buffer_set_view(icon_buffer, view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue