mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
apply rustfmt
This commit is contained in:
parent
e6e81e846a
commit
f8d938a8af
24 changed files with 253 additions and 611 deletions
|
|
@ -1,18 +1,10 @@
|
|||
use gtk::Button;
|
||||
|
||||
pub fn new() -> Button
|
||||
{
|
||||
pub fn new() -> Button {
|
||||
let tab = Button::builder()
|
||||
|
||||
.icon_name(
|
||||
"tab-new-symbolic"
|
||||
)
|
||||
|
||||
.tooltip_text(
|
||||
"New tab"
|
||||
)
|
||||
|
||||
.icon_name("tab-new-symbolic")
|
||||
.tooltip_text("New tab")
|
||||
.build();
|
||||
|
||||
return tab;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue