chore: newlines to facilitate merges

This commit is contained in:
Gabriele Musco 2023-12-27 09:19:51 +00:00
parent 1ff95867fb
commit a0e18d43be

View file

@ -340,9 +340,11 @@ impl SimpleComponent for MainView {
}
},
},
model.steam_launch_options_box.widget(),
model.install_wivrn_box.widget(),
model.steamvr_calibration_box.widget(),
gtk::Box {
set_orientation: gtk::Orientation::Vertical,
set_hexpand: true,
@ -352,13 +354,6 @@ impl SimpleComponent for MainView {
add_css_class: "padded",
#[track = "model.changed(Self::selected_profile())"]
set_visible: model.selected_profile.lighthouse_driver == LighthouseDriver::Survive,
set_hexpand: true,
set_vexpand: false,
set_spacing: 12,
add_css_class: "card",
add_css_class: "padded",
#[track = "model.changed(Self::selected_profile())"]
set_visible: model.selected_profile.lighthouse_driver == LighthouseDriver::Survive,
gtk::Label {
add_css_class: "heading",
set_hexpand: true,