mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #83] [MERGED] Ide: use high res instead of low res ico file on Windows #141
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#141
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/83
Author: @klugier
Created: 7/17/2022
Status: ✅ Merged
Merged: 7/19/2022
Merged by: @mirek-fidler
Base:
master← Head:klugier/ide-low-res-icon-windows📝 Commits (1)
32aa6c5Ide: use high res instead of low res ico file on Windows📊 Changes
2 files changed (+1 additions, -1 deletions)
View changed files
➖
uppsrc/ide/ide.ico(+0 -0)📝
uppsrc/ide/ide.rc(+1 -1)📄 Description
On Windows we are currently using low res ico file (ide.ico). To fix that problem we should use icon.ico file, which is 32x32 instead of 16x16. Differences can be spotted on system taskbar.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.