diff options
Diffstat (limited to 'Userland/Applications/Run/Run.gml')
-rw-r--r-- | Userland/Applications/Run/Run.gml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Userland/Applications/Run/Run.gml b/Userland/Applications/Run/Run.gml index 64cd5192d4..5f2fd0ca20 100644 --- a/Userland/Applications/Run/Run.gml +++ b/Userland/Applications/Run/Run.gml @@ -38,11 +38,11 @@ } @GUI::Widget { - layout: @GUI::HorizontalBoxLayout - + layout: @GUI::HorizontalBoxLayout {} fixed_height: 22 + // HACK: using an empty widget as a spacer - @GUI::Widget + @GUI::Widget {} @GUI::Button { name: "ok_button" |