diff --git a/src/modules/Projects/ProjectsEditor/Properties/Resources.Designer.cs b/src/modules/Projects/ProjectsEditor/Properties/Resources.Designer.cs index 3346fa1123..a0f5beb491 100644 --- a/src/modules/Projects/ProjectsEditor/Properties/Resources.Designer.cs +++ b/src/modules/Projects/ProjectsEditor/Properties/Resources.Designer.cs @@ -484,7 +484,7 @@ namespace ProjectsEditor.Properties { } /// - /// Looks up a localized string similar to Move the windows you want to include to the project into the desired position. There will be later a possibility to deselect the windows you don't want to include to the project.. + /// Looks up a localized string similar to Edit your layout and click "Capture" when finished.. /// public static string SnapshotDescription { get { @@ -511,7 +511,7 @@ namespace ProjectsEditor.Properties { } /// - /// Looks up a localized string similar to Take Snapshot. + /// Looks up a localized string similar to Capture. /// public static string Take_Snapshot { get { diff --git a/src/modules/Projects/ProjectsEditor/Properties/Resources.resx b/src/modules/Projects/ProjectsEditor/Properties/Resources.resx index add139fea5..4404e223e3 100644 --- a/src/modules/Projects/ProjectsEditor/Properties/Resources.resx +++ b/src/modules/Projects/ProjectsEditor/Properties/Resources.resx @@ -259,7 +259,7 @@ Select All Apps in Project - Move the windows you want to include to the project into the desired position. There will be later a possibility to deselect the windows you don't want to include to the project. + Edit your layout and click "Capture" when finished. Snapshot Creator @@ -268,7 +268,7 @@ Sort by - Take Snapshot + Capture Write arguments here diff --git a/src/modules/Projects/ProjectsEditor/SnapshotWindow.xaml b/src/modules/Projects/ProjectsEditor/SnapshotWindow.xaml index f436698119..83174d8fd7 100644 --- a/src/modules/Projects/ProjectsEditor/SnapshotWindow.xaml +++ b/src/modules/Projects/ProjectsEditor/SnapshotWindow.xaml @@ -9,14 +9,19 @@ mc:Ignorable="d" Background="{DynamicResource PrimaryBackgroundBrush}" Title="{x:Static props:Resources.SnapshotWindowTitle}" - Width="250" - Height="200" + Width="350" + Height="140" ResizeMode="NoResize" ui:TitleBar.Background="{DynamicResource PrimaryBackgroundBrush}" ui:TitleBar.InactiveBackground="{DynamicResource TertiaryBackgroundBrush}" ui:WindowHelper.UseModernWindowStyle="True" - Closing="Window_Closing"> - + WindowStartupLocation="CenterScreen" + Closing="Window_Closing" + BorderThickness="5" + BorderBrush="Red"> + @@ -27,7 +32,6 @@