Commit ea048a3f authored by 潘栩锋's avatar 潘栩锋 🚴

动态区域设置界面 拥有更加长的空间

parent c56a1e00
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</StackPanel> </StackPanel>
<Viewbox Grid.Column="1" Margin="5" MaxWidth="250" VerticalAlignment="Top"> <Viewbox Grid.Column="1" Margin="5" MaxWidth="250" VerticalAlignment="Top">
<StackPanel Orientation="Vertical" Width="250" > <StackPanel Orientation="Vertical" Width="250" >
<Border Style="{StaticResource BorderStyle_background}" > <!--<Border Style="{StaticResource BorderStyle_background}" >
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition /> <RowDefinition />
...@@ -276,8 +276,8 @@ ...@@ -276,8 +276,8 @@
<Border Background="{StaticResource Color_theme_activity}" CornerRadius="3" Height="100" /> <Border Background="{StaticResource Color_theme_activity}" CornerRadius="3" Height="100" />
<StackPanel Grid.Row="1" Margin="2" Height="35"/> <StackPanel Grid.Row="1" Margin="2" Height="35"/>
</Grid> </Grid>
</Border> </Border>-->
<Border Style="{StaticResource BorderStyle_background}" Height="80"/>
<StackPanel x:Name="stackpanel_dynArea"> <StackPanel x:Name="stackpanel_dynArea">
<Button Style="{StaticResource ButtonStyle_component}" Height="100" Content="123123123123123123112312321"/> <Button Style="{StaticResource ButtonStyle_component}" Height="100" Content="123123123123123123112312321"/>
</StackPanel> </StackPanel>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment