Skip to content

Commit

Permalink
Merge pull request WalletWasabi#13166 from SuperJMN/fixes/13163-fix-u…
Browse files Browse the repository at this point in the history
…nrestrictes-textboxes

[UI] Set fixed width for TextBoxes in SettingsLayout
  • Loading branch information
RolandUI authored Jun 13, 2024
2 parents bf2f338 + 9164eca commit 37537da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WalletWasabi.Fluent/Styles/SettingsLayout.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<Setter Property="HorizontalAlignment" Value="Right" />
</Style>

<Style Selector="StackPanel.settingsLayout TextBox">
<Setter Property="Width" Value="360" />
</Style>

<Style Selector="StackPanel.settingsLayout > DockPanel > TextBlock">
<Setter Property="Margin" Value="0 8 20 0" />
<Setter Property="VerticalAlignment" Value="Top" />
Expand Down

0 comments on commit 37537da

Please sign in to comment.