Skip to content

wifi: Fix network-wireless icon size

Unlike the GtkImage:pixel-size property, GtkImage:icon-size doesn't support integer values, only GtkIconSize values.

Use the "large" value for the icon, since it makes the icon to look more balanced with the "Hidden Wi-Fi Network" title.

Result (I used GtkInspector to see it):

Before After
Screenshot_from_2024-03-27_22-50-50 Screenshot_from_2024-03-27_22-43-50

Closes #23

Edited by 𝅳Automeris naranja

Merge request reports