mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
fix: set min width for thermals input to account for broken gtk themes (#758)
This commit is contained in:
@@ -605,7 +605,9 @@ impl relm4::WidgetTemplate for FanSettingRow {
|
||||
},
|
||||
|
||||
#[name = "spinbutton"]
|
||||
gtk::SpinButton {},
|
||||
gtk::SpinButton {
|
||||
set_width_request: 120,
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user