mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
Everywhere: Remove unnecessary whitespace at the end of some lines.
This commit is contained in:
parent
6749ba3477
commit
1f81bc6879
32 changed files with 76 additions and 76 deletions
|
@ -30,7 +30,7 @@
|
|||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
|
||||
max_height: 24
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -43,11 +43,11 @@
|
|||
name: "name_input"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
|
||||
max_height: 24
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -60,7 +60,7 @@
|
|||
name: "create_in_input"
|
||||
text: "/home/anon/Source"
|
||||
}
|
||||
|
||||
|
||||
@GUI::Button {
|
||||
name: "browse_button"
|
||||
text: "Browse"
|
||||
|
@ -71,7 +71,7 @@
|
|||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
|
||||
max_height: 24
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -90,22 +90,22 @@
|
|||
max_height: 22
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
|
||||
max_height: 24
|
||||
|
||||
@GUI::Widget {
|
||||
}
|
||||
|
||||
|
||||
@GUI::Button {
|
||||
name: "ok_button"
|
||||
text: "OK"
|
||||
max_width: 75
|
||||
}
|
||||
|
||||
|
||||
@GUI::Button {
|
||||
name: "cancel_button"
|
||||
text: "Cancel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue