mirror of
https://github.com/fadden/6502bench.git
synced 2025-08-11 18:25:04 +00:00
Tweak window size
This commit is contained in:
@@ -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 -->
|
||||||
|
Reference in New Issue
Block a user