summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/FileOperationProgress.gml
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-04-13 16:18:20 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-13 16:58:15 +0200
commita2baab38fd58e18f690e2256b0a5081580c05968 (patch)
treeee4585bda0e59a1727f10b1203e540e44a2edafb /Userland/Applications/FileManager/FileOperationProgress.gml
parent86bdfa1edf21293e2c0f3ca8b31808a21882cb99 (diff)
downloadserenity-a2baab38fd58e18f690e2256b0a5081580c05968.zip
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^)
Diffstat (limited to 'Userland/Applications/FileManager/FileOperationProgress.gml')
-rw-r--r--Userland/Applications/FileManager/FileOperationProgress.gml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Userland/Applications/FileManager/FileOperationProgress.gml b/Userland/Applications/FileManager/FileOperationProgress.gml
index 039845a0c4..2ab7257a3d 100644
--- a/Userland/Applications/FileManager/FileOperationProgress.gml
+++ b/Userland/Applications/FileManager/FileOperationProgress.gml
@@ -36,9 +36,9 @@
}
}
- @GUI::ProgressBar {
+ @GUI::Progressbar {
fixed_height: 22
- name: "current_file_progress_bar"
+ name: "current_file_progressbar"
min: 0
}
@@ -62,9 +62,9 @@
}
}
- @GUI::ProgressBar {
+ @GUI::Progressbar {
fixed_height: 22
- name: "overall_progress_bar"
+ name: "overall_progressbar"
min: 0
}