From 41fbbdf6434d08c2075fa7f10e50db0781571a1c Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 18 Jun 2024 20:14:36 +0800 Subject: [PATCH] ux: placeholder for inputs --- src/Views/CreateBranch.axaml | 1 + src/Views/CreateTag.axaml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Views/CreateBranch.axaml b/src/Views/CreateBranch.axaml index 36745c99..007ae537 100644 --- a/src/Views/CreateBranch.axaml +++ b/src/Views/CreateBranch.axaml @@ -54,6 +54,7 @@ VerticalAlignment="Center" CornerRadius="2" Text="{Binding Name, Mode=TwoWay}" + Watermark="{DynamicResource Text.CreateBranch.Name.Placeholder}" v:AutoFocusBehaviour.IsEnabled="True"/>