mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-24 21:05:38 +00:00
Some icon themes may return a lower-resolution icon than requested. For example, under XQuartz on macOS, Gtk::IconTheme::load_icon() returns a 16x16 drive-harddisk icon even when a 64x64 icon is requested. Because the theme lookup succeeds, the bundled higher-resolution icons are never used, resulting in tiny drive icons in the main window. Fall back to the bundled icon when the theme-provided icon is smaller than the requested size.