diff --git a/Content.Client/Kitchen/UI/GrinderMenu.xaml b/Content.Client/Kitchen/UI/GrinderMenu.xaml
index 0c5880a498..b83128d004 100644
--- a/Content.Client/Kitchen/UI/GrinderMenu.xaml
+++ b/Content.Client/Kitchen/UI/GrinderMenu.xaml
@@ -1,15 +1,16 @@
-
-
-
-
+ xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
+ Title="{Loc grinder-menu-title}" MinSize="768 256">
+
+
+
-
+
-
-
-
-
+
+
+
+
-
+
diff --git a/Content.Client/Kitchen/UI/GrinderMenu.xaml.cs b/Content.Client/Kitchen/UI/GrinderMenu.xaml.cs
index 58e2ac2b8d..a2237e5f09 100644
--- a/Content.Client/Kitchen/UI/GrinderMenu.xaml.cs
+++ b/Content.Client/Kitchen/UI/GrinderMenu.xaml.cs
@@ -1,3 +1,4 @@
+using Content.Client.UserInterface.Controls;
using Content.Shared.Chemistry.Components;
using Content.Shared.Chemistry.Reagent;
using Content.Shared.Kitchen;
@@ -11,7 +12,7 @@ using Robust.Shared.Prototypes;
namespace Content.Client.Kitchen.UI
{
[GenerateTypedNameReferences]
- public sealed partial class GrinderMenu : DefaultWindow
+ public sealed partial class GrinderMenu : FancyWindow
{
private readonly IEntityManager _entityManager;
private readonly IPrototypeManager _prototypeManager ;
diff --git a/Content.Client/Kitchen/UI/LabelledContentBox.xaml b/Content.Client/Kitchen/UI/LabelledContentBox.xaml
index 0c6a5f9e9c..949f3d3909 100644
--- a/Content.Client/Kitchen/UI/LabelledContentBox.xaml
+++ b/Content.Client/Kitchen/UI/LabelledContentBox.xaml
@@ -1,5 +1,5 @@
-
+