mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add TextBlock Color / Adjust BookMarkPlugin Input Height
This commit is contained in:
parent
d1bf471117
commit
b1bbe8aaac
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,10 @@
|
|||
xmlns:ui="http://schemas.modernwpf.com/2019">
|
||||
|
||||
|
||||
<Style TargetType="{x:Type TextBlock}">
|
||||
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
|
||||
</Style>
|
||||
|
||||
<!-- Popup Color -->
|
||||
<Style x:Key="PageBackgroundColor" TargetType="{x:Type Window}">
|
||||
<Setter Property="Background" Value="{DynamicResource Color05B}" />
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<TextBox
|
||||
x:Name="BrowserPathBox"
|
||||
Width="240"
|
||||
Height="30"
|
||||
Height="34"
|
||||
Margin="10"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
|
|
|
|||
Loading…
Reference in a new issue