Browse Source

Fix ordering of OK and cancel buttons on Select Projects dialog.

4.1
Matt Ward 15 years ago
parent
commit
788044949c
  1. 6
      src/AddIns/Misc/PackageManagement/Project/Src/SelectProjectsView.xaml

6
src/AddIns/Misc/PackageManagement/Project/Src/SelectProjectsView.xaml

@ -55,12 +55,12 @@
Margin="4" Margin="4"
Orientation="Horizontal" Orientation="Horizontal"
HorizontalAlignment="Right"> HorizontalAlignment="Right">
<Button
Content="_Cancel"
IsCancel="True"/>
<Button <Button
Content="_OK" Content="_OK"
Click="AcceptButtonClick"/> Click="AcceptButtonClick"/>
<Button
Content="_Cancel"
IsCancel="True"/>
</StackPanel> </StackPanel>
</Grid> </Grid>
</Window> </Window>
Loading…
Cancel
Save