Skip to content

Commit

Permalink
Remove Subpixel? from the main window.
Browse files Browse the repository at this point in the history
  • Loading branch information
Venomalia committed Aug 23, 2021
1 parent 5d61199 commit 9c5b0b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
</ComboBox.Style>
</ComboBox>
<Button Margin="5,0,5,0" MinWidth="35" Content="Fill Region" VerticalAlignment="Center" Click="ButtonFill_Click"/>
<CheckBox Margin="5 0 5 0" Content="Use subpixel?" IsChecked="{Binding SelectedRegionBrush.Subpixel}" VerticalAlignment="Center" />
<Label Content="Grid:" Margin="5 0 5 0" />
<TextBox Text="{Binding SelectedRegionBrush.Grid.X , UpdateSourceTrigger=PropertyChanged, Delay=200}" Margin="0" AcceptsTab="True" Width="25" Height="20" TextAlignment="Center" />
<Label Content="," Margin="1,0" />
Expand Down

0 comments on commit 9c5b0b6

Please sign in to comment.