Padding test
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<Style x:Key="RoundedTextBox" TargetType="TextBox">
|
<Style x:Key="RoundedTextBox" TargetType="TextBox">
|
||||||
<Setter Property="Background" Value="#2d2d3a"/>
|
<Setter Property="Background" Value="#2d2d3a"/>
|
||||||
<Setter Property="Foreground" Value="White"/>
|
<Setter Property="Foreground" Value="White"/>
|
||||||
<Setter Property="Padding" Value="4,6"/>
|
<Setter Property="Padding" Value="0"/>
|
||||||
<Setter Property="BorderBrush" Value="#3f3f3f"/>
|
<Setter Property="BorderBrush" Value="#3f3f3f"/>
|
||||||
<Setter Property="BorderThickness" Value="1"/>
|
<Setter Property="BorderThickness" Value="1"/>
|
||||||
<Setter Property="FontSize" Value="14"/>
|
<Setter Property="FontSize" Value="14"/>
|
||||||
|
|||||||
2
main.ps1
2
main.ps1
@@ -82,7 +82,7 @@ $PostalCodeBox = $window.FindName("PostalCodeBox")
|
|||||||
$CountryBox = $window.FindName("CountryBox")
|
$CountryBox = $window.FindName("CountryBox")
|
||||||
|
|
||||||
# Collapse until tools selected
|
# Collapse until tools selected
|
||||||
$CompanyNameBox.Visibility = 'Collapsed'
|
$CompanyNameBox.Visibility = 'Visible'
|
||||||
$PhoneBox.Visibility = 'Collapsed'
|
$PhoneBox.Visibility = 'Collapsed'
|
||||||
$WebsiteBox.Visibility = 'Collapsed'
|
$WebsiteBox.Visibility = 'Collapsed'
|
||||||
$StreetBox.Visibility = 'Collapsed'
|
$StreetBox.Visibility = 'Collapsed'
|
||||||
|
|||||||
Reference in New Issue
Block a user