Skip to content

Commit ac9c977

Browse files
committed
Revert "New project dialog improvement for non themed platforms..."
This reverts commit 4ef79f7.
1 parent b56a7cb commit ac9c977

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

External/Plugins/ProjectManager/Controls/NewProjectDialog.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@ public NewProjectDialog()
283283
projectListView.Items.Clear();
284284
projectListView.TileSize = PluginCore.Helpers.ScaleHelper.Scale(new Size(170, 22));
285285

286-
// Better for non themed platforms
287-
if (!OSFeature.Feature.IsPresent(OSFeature.Themes))
288-
{
289-
this.projectListView.View = View.SmallIcon;
290-
this.projectListView.ShowGroups = false;
291-
}
292-
293286
if (!Directory.Exists(ProjectPaths.ProjectTemplatesDirectory))
294287
{
295288
string info = TextHelper.GetString("Info.TemplateDirNotFound");

0 commit comments

Comments
 (0)