mirror of
https://github.com/labwc/labwc.git
synced 2025-11-11 13:30:04 -05:00
ssd: minor logic simplification
No functional change intended
This commit is contained in:
parent
e16e78e7a4
commit
707c188975
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ ssd_update_window_icon(struct ssd *ssd)
|
|||
*/
|
||||
int hpad = theme->window_button_width / 10;
|
||||
int icon_size = MIN(theme->window_button_width - 2 * hpad,
|
||||
theme->title_height - 2 * theme->window_titlebar_padding_height);
|
||||
theme->window_button_height);
|
||||
|
||||
/*
|
||||
* Load/render icons at the max scale of any usable output (at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue