AIconLabel: support icon-size config

This commit is contained in:
Rio Sanjaya
2025-12-24 08:43:32 +07:00
parent b8da9ee94c
commit eb2090688c
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ class AIconLabel : public ALabel {
protected:
Gtk::Image image_;
Gtk::Box box_;
unsigned app_icon_size_{24};
bool labelContainsIcon;