diff options
author | Andreas Kling <kling@serenityos.org> | 2021-11-30 16:45:54 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-30 23:34:40 +0100 |
commit | fc0a040e5d5a719dbb0fac78f376311ffb139c7c (patch) | |
tree | 9c33c0f2fd74dc28e26d1c12aeee29be9145fcc2 /Userland/Applications | |
parent | 85eb0eaad03b2f4e4881b58ece068afbbc3ec737 (diff) | |
download | serenity-fc0a040e5d5a719dbb0fac78f376311ffb139c7c.zip |
CrashReporter: Remove unnecessary button height overrides from GML
Diffstat (limited to 'Userland/Applications')
-rw-r--r-- | Userland/Applications/CrashReporter/CrashReporterWindow.gml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Applications/CrashReporter/CrashReporterWindow.gml b/Userland/Applications/CrashReporter/CrashReporterWindow.gml index 647450c05e..115367bc3c 100644 --- a/Userland/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Userland/Applications/CrashReporter/CrashReporterWindow.gml @@ -86,7 +86,6 @@ name: "debug_button" text: "Debug in Hack Studio" fixed_width: 150 - fixed_height: 22 } // HACK: We need something like Layout::add_spacer() in GML! :^) @@ -96,7 +95,6 @@ name: "close_button" text: "Close" fixed_width: 70 - fixed_height: 22 } } } |