瀏覽代碼

CrashReporter: Remove unnecessary button height overrides from GML

Andreas Kling 3 年之前
父節點
當前提交
fc0a040e5d
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Userland/Applications/CrashReporter/CrashReporterWindow.gml

+ 0 - 2
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
         }
     }
 }