summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml')
-rw-r--r--Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml
index 13fd492300..6597397819 100644
--- a/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml
+++ b/Userland/DevTools/HackStudio/Dialogs/NewProjectDialog.gml
@@ -18,9 +18,7 @@
@GUI::Label {
name: "description_label"
text_alignment: "CenterLeft"
- thickness: 2
- shadow: "Sunken"
- shape: "Container"
+ style: "SunkenContainer"
max_height: 24
}
@@ -75,9 +73,7 @@
name: "full_path_label"
text_alignment: "CenterLeft"
text: ""
- thickness: 2
- shadow: "Sunken"
- shape: "Container"
+ style: "SunkenContainer"
max_height: 22
}
}