1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:07:45 +00:00

Everywhere: Remove unnecessary whitespace at the end of some lines.

This commit is contained in:
Emanuele Torre 2021-03-08 00:19:37 +01:00 committed by Andreas Kling
parent 6749ba3477
commit 1f81bc6879
32 changed files with 76 additions and 76 deletions

View file

@ -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"