Skip to content

Commit 151feaa

Browse files
authored
Update the font and the layouts of all dialogs to improve their look and feel (#91)
* Update the font and the layouts of all dialogs This brings the dialogs up to a more modern look and feel that is consistent with current Windows versions. * Fix WixToolset.UI install failure during CI by explicitly setting version
1 parent 98f3adc commit 151feaa

File tree

2 files changed

+707
-937
lines changed

2 files changed

+707
-937
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
shell: cmd
280280
run: |
281281
dotnet tool install --global wix
282-
wix extension add --global WixToolset.UI.wixext
282+
wix extension add --global WixToolset.UI.wixext/5.0.2
283283
284284
- name: build psqlodbc standard
285285
shell: powershell

0 commit comments

Comments
 (0)