mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
auto grid width.
This commit is contained in:
parent
c0bffe0a3f
commit
7756e9aae6
@ -56,7 +56,7 @@ IN THE SOFTWARE.
|
||||
</Window.Resources>
|
||||
<Grid DataContext="{Binding RelativeSource={RelativeSource AncestorType={x:Type local:AboutBox}}}">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="180"/>
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<StackPanel Grid.Column="0" Margin="10">
|
||||
|
Loading…
Reference in New Issue
Block a user