[fix:] wrong ui implementation of the wiki-path-elements
This commit is contained in:
@@ -305,7 +305,7 @@
|
|||||||
<StackPanel Orientation="Horizontal" Spacing="5">
|
<StackPanel Orientation="Horizontal" Spacing="5">
|
||||||
<TextBox x:Name="TbConfigPath" HorizontalAlignment="Stretch"
|
<TextBox x:Name="TbConfigPath" HorizontalAlignment="Stretch"
|
||||||
Watermark="/home/username/.config/logofclient/config.json" />
|
Watermark="/home/username/.config/logofclient/config.json" />
|
||||||
<Button>
|
<Button IsEnabled="False">
|
||||||
<Button.Content>
|
<Button.Content>
|
||||||
<StackPanel Orientation="Horizontal">
|
<StackPanel Orientation="Horizontal">
|
||||||
<LucideIcon Kind="File" Width="16" Height="16" Size="16" />
|
<LucideIcon Kind="File" Width="16" Height="16" Size="16" />
|
||||||
@@ -314,15 +314,23 @@
|
|||||||
</Button.Content>
|
</Button.Content>
|
||||||
</Button>
|
</Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<Grid ColumnDefinitions="200,*" Margin="0,6,0,0">
|
|
||||||
<Label Grid.Column="0" VerticalAlignment="Center">Wiki storage</Label>
|
|
||||||
<StackPanel Grid.Column="1" Orientation="Horizontal" Spacing="5">
|
|
||||||
<TextBox x:Name="TbWikiPath" HorizontalAlignment="Stretch"
|
|
||||||
Watermark="./wiki or /absolute/path/to/wiki" />
|
|
||||||
<Button x:Name="BtnWikiChoose">Auswählen</Button>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
<Grid ColumnDefinitions="400,*">
|
||||||
|
<Label Grid.Column="0">Wiki-Pfad</Label>
|
||||||
|
<StackPanel Grid.Column="1" Orientation="Vertical" Spacing="5">
|
||||||
|
<StackPanel Orientation="Horizontal" Spacing="5">
|
||||||
|
<TextBox x:Name="TbWikiPath" HorizontalAlignment="Stretch"
|
||||||
|
Watermark="/home/username/.config/logofclient/wiki" />
|
||||||
|
<Button IsEnabled="True" x:Name="BtnWikiPath">
|
||||||
|
<Button.Content>
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
|
<LucideIcon Kind="Folder" Width="16" Height="16" Size="16" />
|
||||||
|
<Label Content="Öffnen..." VerticalContentAlignment="Center" />
|
||||||
|
</StackPanel>
|
||||||
|
</Button.Content>
|
||||||
|
</Button>
|
||||||
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user