mirror of
https://github.com/labwc/labwc.git
synced 2026-04-09 08:21:18 -04:00
menu: add minimised state akin to openbox (fix indent)
This commit is contained in:
parent
f74a564dfc
commit
474b702078
1 changed files with 2 additions and 2 deletions
|
|
@ -908,9 +908,9 @@ update_client_list_combined_menu(struct server *server)
|
|||
buf_add(&buffer, "*");
|
||||
}
|
||||
if (view->minimized) {
|
||||
buf_add_fmt(&buffer, "(%s)", title);
|
||||
buf_add_fmt(&buffer, "(%s)", title);
|
||||
} else
|
||||
buf_add(&buffer, title);
|
||||
buf_add(&buffer, title);
|
||||
|
||||
item = item_create(menu, buffer.data, NULL,
|
||||
/*show arrow*/ false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue