rustfmt and fixed not respecting kana preferences in ktr mode
This commit is contained in:
@@ -7,10 +7,10 @@ pub fn build(text: &str) -> (Box, Switch, Label) {
|
||||
.build();
|
||||
|
||||
let label: Label = Label::builder()
|
||||
.valign(gtk::Align::End)
|
||||
.halign(gtk::Align::BaselineCenter)
|
||||
.label(text)
|
||||
.build();
|
||||
.valign(gtk::Align::End)
|
||||
.halign(gtk::Align::BaselineCenter)
|
||||
.label(text)
|
||||
.build();
|
||||
|
||||
let container = Box::builder()
|
||||
.orientation(gtk::Orientation::Horizontal)
|
||||
@@ -20,4 +20,4 @@ pub fn build(text: &str) -> (Box, Switch, Label) {
|
||||
container.append(&label);
|
||||
|
||||
(container, switch, label)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user