Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasalexander committed Feb 5, 2017
1 parent f54d133 commit fdcf3f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions AlexanderDevelopment.ConfigDataMover.Wpf/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@
</GroupBox>
</StackPanel>
</Expander>
<Expander Header="GUID mappings" Margin="2" Width="500" HorizontalAlignment="Left" IsExpanded="True" >
<Expander Header="GUID mappings" Margin="2" Width="620" HorizontalAlignment="Left" IsExpanded="True" >
<StackPanel>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<TextBox x:Name="mappingsTextBox" Grid.Row="0"
Height="100" Width="420" Margin="5"
Height="100" Width="600" Margin="5"
ScrollViewer.CanContentScroll="True"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.HorizontalScrollBarVisibility="Auto"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Title="Set connection" Height="400" Width="600" ResizeMode="NoResize" ShowInTaskbar="False">
<Grid>
<StackPanel Orientation="Vertical">
<GroupBox>
<GroupBox Header="Connection type">
<StackPanel>
<RadioButton Margin="2" Checked="useCrmRadioButton_CheckedChanged" GroupName="connectiontype" x:Name="useCrmRadioButton">Use CRM organization</RadioButton>
<RadioButton Margin="2" Checked="useFileRadioButton_CheckedChanged" GroupName="connectiontype" x:Name="useFileRadioButton">Use file</RadioButton>
Expand Down
6 changes: 0 additions & 6 deletions AlexanderDevelopment.ConfigDataMover.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlexanderDevelopment.ConfigDataMover", "AlexanderDevelopment.ConfigDataMover\AlexanderDevelopment.ConfigDataMover.csproj", "{2BBA0CED-20DF-440E-BE46-EFCF280AD21E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlexanderDevelopment.ConfigDataMover.Cli", "AlexanderDevelopment.ConfigDataMover.Cli\AlexanderDevelopment.ConfigDataMover.Cli.csproj", "{6D2499A8-7466-4835-ADA2-DB2397555433}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlexanderDevelopment.ConfigDataMover.Lib", "AlexanderDevelopment.ConfigDataMover.Lib\AlexanderDevelopment.ConfigDataMover.Lib.csproj", "{9383563C-368B-4FE7-A62D-261AA9E5D296}"
Expand All @@ -19,10 +17,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2BBA0CED-20DF-440E-BE46-EFCF280AD21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BBA0CED-20DF-440E-BE46-EFCF280AD21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BBA0CED-20DF-440E-BE46-EFCF280AD21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BBA0CED-20DF-440E-BE46-EFCF280AD21E}.Release|Any CPU.Build.0 = Release|Any CPU
{6D2499A8-7466-4835-ADA2-DB2397555433}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D2499A8-7466-4835-ADA2-DB2397555433}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D2499A8-7466-4835-ADA2-DB2397555433}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit fdcf3f4

Please sign in to comment.