1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-21 12:29:00 +00:00

Tweak window size

This commit is contained in:
Andy McFadden 2019-07-20 13:30:30 -07:00
parent c64f72d147
commit 06e28f89d1

View File

@ -41,7 +41,7 @@ limitations under the License.
IsChecked="{Binding IsOutputRetained}"/> IsChecked="{Binding IsOutputRetained}"/>
</StackPanel> </StackPanel>
<RichTextBox Name="progressRichTextBox" DockPanel.Dock="Top" Height="130" Margin="0,8,0,0" <RichTextBox Name="progressRichTextBox" DockPanel.Dock="Top" Height="160" Margin="0,8,0,0"
VerticalScrollBarVisibility="Auto" IsReadOnly="True"> VerticalScrollBarVisibility="Auto" IsReadOnly="True">
<RichTextBox.Resources> <RichTextBox.Resources>
<!-- remove excess vertical space between paragraphs --> <!-- remove excess vertical space between paragraphs -->