We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957610b commit 33cb0a7Copy full SHA for 33cb0a7
Hider/HiderWindow.xaml
@@ -37,7 +37,8 @@
37
<ColumnDefinition Width="*"></ColumnDefinition>
38
<ColumnDefinition Width="100"></ColumnDefinition>
39
</Grid.ColumnDefinitions>
40
- <StackPanel Grid.Column="0" Margin="2" Orientation="Horizontal" >
+ <StackPanel Grid.Column="0"
41
+ Orientation="Horizontal" >
42
<Button x:Name="addFilesBtn"
43
Width="80"
44
Click="OnAddFilesBtnClick"
@@ -52,8 +53,8 @@
52
53
Margin="2">Remove Item</Button>
54
<Button x:Name="removeAllBtn"
55
- Click="OnRemoveAllBtnClick"
56
- Margin="2">Remove All</Button>
+ Margin="2"
57
+ Click="OnRemoveAllBtnClick">Remove All</Button>
58
<Button x:Name="BackBtn"
59
60
Click="OnBackBtnClicked"
0 commit comments