Skip to content

Commit c3e914a

Browse files
1 parent df02b38 commit c3e914a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Designer.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ SOFTWARE.
131131
Dot sourced events.ps1 to calc.ps1 and added VisualStyle tag.
132132
2.1.0 4/21/2022
133133
Changed tscale variable to ctscale for dialogshell compatibility. Call to variable in resize events must be updated to ctscale
134+
Here there be math involving scaling.
135+
DPIScale is now default mode for editing.
136+
DPIScale and VisualStyle are now defaults for new projects.
137+
Added status bar advising of $ctscale stuff.
134138
BASIC MODIFICATIONS License
135139
#This software has been modified from the original as tagged with #brandoncomputer
136140
Original available at https://www.pswinformscreator.com/ for deeper comparison.

powershell-designer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'powershell-designer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.0.10'
15+
ModuleVersion = '2.1.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)