Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ribbon-caption-icon-fix 1.0.1 #825

Merged
merged 4 commits into from Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion mods/ribbon-caption-icon-fix.wh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @id ribbon-caption-icon-fix
// @name UIRibbon Caption Icon Fix
// @description Fixes the position of the caption icon in UIRibbon.
// @version 1.0
// @version 1.0.1
// @author Taniko Yamamoto
// @author:ja 山本たにこ
// @github https://github.com/YukisCoffee
Expand All @@ -15,6 +15,9 @@
/*
# UIRibbon Caption Icon Fix

*Copyright (C) 2024 Taniko Yamamoto. All rights reserved.* Please do not use in your projects without express
permission of the copyright holder.

Fixes the position of the caption icon in UIRibbon, which is ordinarily broken since Windows 10, due to
window frames becoming only 1 pixel wide. Whenever ribbons are displayed on a custom theme with wider
borders, the icon will have extra indentation, which is not desirable.
Expand Down