File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 82
82
<TextBlock
83
83
Grid.Row=" 0"
84
84
Grid.Column=" 0"
85
- Width =" 60 "
85
+ Width =" 100 "
86
86
Margin =" 10"
87
87
HorizontalAlignment =" Left"
88
88
VerticalAlignment =" Center"
111
111
<TextBlock
112
112
Grid.Row=" 0"
113
113
Grid.Column=" 0"
114
- Width =" 60 "
114
+ Width =" 100 "
115
115
Margin =" 10"
116
116
HorizontalAlignment =" Left"
117
117
VerticalAlignment =" Center"
118
118
FontSize =" 14"
119
119
Text =" {DynamicResource customQuery}" />
120
120
<TextBox
121
121
x : Name =" tbAction"
122
- Width =" 250 "
122
+ Width =" 220 "
123
123
Margin =" 10"
124
124
HorizontalAlignment =" Left"
125
125
VerticalAlignment =" Center" />
151
151
Width =" 100"
152
152
Height =" 32"
153
153
Margin =" 5,0,10,0"
154
- Click =" btnAdd_OnClick" >
154
+ Click =" btnAdd_OnClick"
155
+ Style =" {StaticResource AccentButtonStyle}" >
155
156
<TextBlock x : Name =" lblAdd" Text =" {DynamicResource done}" />
156
157
</Button >
157
158
</StackPanel >
You can’t perform that action at this time.
0 commit comments