mirror of
https://github.com/openbullet/openbullet.git
synced 2023-10-21 07:33:42 -05:00
Removed useless labels
This commit is contained in:
@@ -183,7 +183,6 @@
|
||||
<Label Content="Path:" DockPanel.Dock="Left"/>
|
||||
<TextBox Text="{Binding FilePath, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</DockPanel>
|
||||
<Label Foreground="{DynamicResource ForegroundCustom}" Content="Path can be relative or absolute" />
|
||||
<DockPanel>
|
||||
<Label Content="Input String:" DockPanel.Dock="Left" />
|
||||
<TextBox Text="{Binding InputString, UpdateSourceTrigger=PropertyChanged}" />
|
||||
@@ -201,7 +200,6 @@
|
||||
<Label Content="Path:" DockPanel.Dock="Left"/>
|
||||
<TextBox Text="{Binding FolderPath, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</DockPanel>
|
||||
<Label Foreground="{DynamicResource ForegroundCustom}" Content="Path can be relative or absolute" />
|
||||
</StackPanel>
|
||||
</TabItem>
|
||||
</TabControl>
|
||||
|
||||
Reference in New Issue
Block a user