Skip to content

Commit 019b483

Browse files
committed
ux: show built-in parameters for Default field of TextBox and Path Selector (#1466)
Signed-off-by: leo <[email protected]>
1 parent 042ae5c commit 019b483

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Views/ConfigureCustomActionControls.axaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
Height="28"
152152
Text="{Binding StringValue, Mode=TwoWay}"
153153
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.NotEqual}, ConverterParameter={x:Static m:CustomActionControlType.CheckBox}}"/>
154+
<TextBlock Margin="0,2,0,0"
155+
TextWrapping="Wrap"
156+
Text="{DynamicResource Text.Configure.CustomAction.Arguments.Tip}"
157+
Foreground="{DynamicResource Brush.FG2}"
158+
IsVisible="{Binding Type, Converter={x:Static ObjectConverters.NotEqual}, ConverterParameter={x:Static m:CustomActionControlType.CheckBox}}"/>
154159
<CheckBox Height="28"
155160
Margin="0,4,0,0"
156161
IsChecked="{Binding BoolValue, Mode=TwoWay}"

0 commit comments

Comments
 (0)