mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-04 15:05:03 +00:00
5a400ab738
The ListView style was using "Stretch" for TextBoxes in the code list, which caused the background of the entire address / label / operand field to be drawn in the highlight color, rather than just the area covered by the text. This is fine for address and label, but it just felt weird for the operand field because that tends to be very wide (to accommodate strings, bulk hex data, etc). There doesn't seem to be a way to specify HorizontalContentAlignment per-column in WPF. (Note this is different from HorizontalAlignment, which *is* is a per-column property.) This changes the style to use HorizontalContentAlignment=Left, so the highlight just covers the text. The only time this causes a functional change is when you highlight an operand for a line that doesn't have a label, because instead of highlighting an empty rectangle you now see nothing at all. (The address field is still highlighted though.) |
||
---|---|---|
.. | ||
AboutBox.xaml | ||
AboutBox.xaml.cs | ||
CodeListItemStyle.xaml | ||
DataFileLoadIssue.xaml | ||
DataFileLoadIssue.xaml.cs | ||
DiscardChanges.xaml | ||
DiscardChanges.xaml.cs | ||
EditAddress.xaml | ||
EditAddress.xaml.cs | ||
EditAppSettings.xaml | ||
EditAppSettings.xaml.cs | ||
EditBitmapAnimation.xaml | ||
EditBitmapAnimation.xaml.cs | ||
EditComment.xaml | ||
EditComment.xaml.cs | ||
EditDataBank.xaml | ||
EditDataBank.xaml.cs | ||
EditDataOperand.xaml | ||
EditDataOperand.xaml.cs | ||
EditDefSymbol.xaml | ||
EditDefSymbol.xaml.cs | ||
EditInstructionOperand.xaml | ||
EditInstructionOperand.xaml.cs | ||
EditLabel.xaml | ||
EditLabel.xaml.cs | ||
EditLocalVariableTable.xaml | ||
EditLocalVariableTable.xaml.cs | ||
EditLongComment.xaml | ||
EditLongComment.xaml.cs | ||
EditLvTableLocation.xaml | ||
EditLvTableLocation.xaml.cs | ||
EditNote.xaml | ||
EditNote.xaml.cs | ||
EditProjectProperties.xaml | ||
EditProjectProperties.xaml.cs | ||
EditStatusFlags.xaml | ||
EditStatusFlags.xaml.cs | ||
EditVisualization.xaml | ||
EditVisualization.xaml.cs | ||
EditVisualizationSet.xaml | ||
EditVisualizationSet.xaml.cs | ||
Export.xaml | ||
Export.xaml.cs | ||
ExportVisualization.xaml | ||
ExportVisualization.xaml.cs | ||
FindBox.xaml | ||
FindBox.xaml.cs | ||
FontPicker.xaml | ||
FontPicker.xaml.cs | ||
FormatAddressTable.xaml | ||
FormatAddressTable.xaml.cs | ||
GotoBox.xaml | ||
GotoBox.xaml.cs | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
NewProject.xaml | ||
NewProject.xaml.cs | ||
ProjectLoadIssues.xaml | ||
ProjectLoadIssues.xaml.cs | ||
ShowWireframeAnimation.xaml | ||
ShowWireframeAnimation.xaml.cs |