Skip to content

Commit

Permalink
Make UI font crispier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Ivon committed Dec 29, 2021
1 parent 46fb67e commit cbbeb22
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Deploy/buildlpx.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set version=7.3.2
set version=7.3.3
set fileName=CsvLINQPadDriver.%version%
set ext=lpx
set ext6=%ext%6
Expand Down
5 changes: 4 additions & 1 deletion Src/CsvLINQPadDriver/ConnectionDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
Height="790"
WindowStartupLocation="CenterScreen"
ShowInTaskbar="True"
SnapsToDevicePixels="True"
TextOptions.TextFormattingMode="Display"
RenderOptions.ClearTypeHint="Enabled"
FocusManager.FocusedElement="{Binding ElementName=FilesTextBox}"
CheckBox.Checked="ConfirmOption_OnChecked"
CheckBox.Unchecked="ConfirmOption_OnUnchecked"
Loaded="ConnectionDialog_OnLoaded">

<Window.Resources>
<ObjectDataProvider x:Key="FileTypeData"
ObjectType="{x:Type enumObjectDataSources:FileTypeEnumObjectDataSource }"
ObjectType="{x:Type enumObjectDataSources:FileTypeEnumObjectDataSource}"
MethodName="GetValues"/>
<ObjectDataProvider x:Key="NoBomEncodingData"
ObjectType="{x:Type enumObjectDataSources:NoBomEncodingEnumObjectDataSource}"
Expand Down
6 changes: 3 additions & 3 deletions Src/CsvLINQPadDriver/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<Version>7.3.2</Version>
<PackageReleaseNotes>Improved header detection.
Improved UI.</PackageReleaseNotes>
<Version>7.3.3</Version>
<PackageReleaseNotes>Made UI font crispier.
Removed CsvHelper auto-detect separator usage warning.</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Src/CsvLINQPadDriver/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<assemblyIdentity
name="CsvLINQPadDriver"
version="7.3.2.0"
version="7.3.3.0"
type="win32"
/>

Expand Down

0 comments on commit cbbeb22

Please sign in to comment.