fix: set min width for thermals input to account for broken gtk themes (#758)

This commit is contained in:
Vladimir
2025-09-20 19:07:56 +03:00
committed by GitHub
parent 0590aac357
commit e4d1f1d266
+3 -1
View File
@@ -605,7 +605,9 @@ impl relm4::WidgetTemplate for FanSettingRow {
},
#[name = "spinbutton"]
gtk::SpinButton {},
gtk::SpinButton {
set_width_request: 120,
},
},
}
}