You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ButtonStyle="{StaticResource CustomButton}"ToolTip="Refresh list (F5)"x:Name="btnRefreshProjectList"Content="⟳"Height="22"Width="22"HorizontalAlignment="Right"VerticalAlignment="Top"FontSize="16"Background="#FF3F3F46"Foreground="#FFC1C1C1"Margin="0,4,3,0"Padding="1,-2,1,1"BorderBrush="{x:Null}"Click="BtnRefreshProjectList_Click"TabIndex="11"/>
<CheckBoxx:Name="chkShowMissingFolderProjects"Content="Show projects that dont exist on disk"Foreground="{DynamicResource ButtonForeground}"Checked="ChkShowMissingFolderProjects_CheckedChanged"Unchecked="ChkShowMissingFolderProjects_CheckedChanged"Margin="0,0,0,3"ToolTip="List recent projects, even if the project folder is missing"/>
648
648
<CheckBoxx:Name="chkAllowSingleInstanceOnly"Content="Allow single instance only"Foreground="{DynamicResource ButtonForeground}"Checked="ChkAllowSingleInstanceOnly_CheckedChanged"Unchecked="ChkAllowSingleInstanceOnly_CheckedChanged"Margin="0,0,0,3"ToolTip="Activates already running instance, instead of starting new exe"/>
649
+
<CheckBoxx:Name="chkAskNameForQuickProject"Content="Ask name for Quick Project"Foreground="{DynamicResource ButtonForeground}"Checked="ChkAskNameForQuickProject_Checked"Unchecked="ChkAskNameForQuickProject_Checked"Margin="0,0,0,3"ToolTip="If disabled, uses automatic quick project naming"/>
649
650
650
651
<StackPanel Grid.Row="3"Orientation="Horizontal">
651
652
<LabelContent="Root Folder for New Projects"Foreground="{DynamicResource ButtonForeground}" />
652
-
<TextBoxx:Name="txtRootFolderForNewProjects"MinWidth="250"ToolTip="When you click "Create Project" in main page, new project is generated under this path+UnityVersion (eg. /2017a/)"Padding="0,3,0,0"TextChanged="TxtRootFolderForNewProjects_TextChanged" />
653
+
<TextBoxx:Name="txtRootFolderForNewProjects"MinWidth="300"ToolTip="When you click "Create Project" in main page, new project is generated under this path+UnityVersion (eg. /2017a/)"Padding="0,3,0,0"TextChanged="TxtRootFolderForNewProjects_TextChanged" />
0 commit comments