This commit is contained in:
luboslenco
2022-06-21 14:15:00 +02:00
parent 16cf14e18e
commit 88ea1db0cc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -214,7 +214,7 @@ class App {
}
public static function w(): Int {
// Draw material preview
// Drawing material preview
if (UISidebar.inst != null && Context.materialPreview) {
return RenderUtil.matPreviewSize;
}
@@ -249,7 +249,7 @@ class App {
}
public static function h(): Int {
// Draw material preview
// Drawing material preview
if (UISidebar.inst != null && Context.materialPreview) {
return RenderUtil.matPreviewSize;
}
+1 -1
View File
@@ -96,7 +96,7 @@ class Project {
}
if (ui.isHovered) ui.tooltip(path);
}
if (ui.button("Clear", Left)) {
if (ui.button(tr("Clear"), Left)) {
Config.raw.recent_projects = [];
Config.save();
}