mirror of
https://github.com/Archeb/opentrace.git
synced 2026-04-25 16:55:58 +03:00
[GH-ISSUE #85] [BUG] 每次打开软件窗口和信息栏宽度都会重置 #77
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrace#77
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?
Originally created by @wwbfred on GitHub (May 5, 2025).
Original GitHub issue: https://github.com/Archeb/opentrace/issues/85
Describe the bug 描述你遇到的BUG
每次打开软件窗口和信息栏宽度都会重置。
窗口大小倒还好,但每次都要调整信息栏的宽度才能看到信息,这个很不便。
To Reproduce 复现方法
打开软件->调整窗口大小和信息栏宽度->关闭软件->重新打开软件->窗口大小和信息栏宽度被重置
Environment 使用环境
@wwbfred commented on GitHub (May 5, 2025):
发现信息栏宽度是自动调整的,这个没问题了。
窗口大小和位置信息无法被正确记录,这点或许可以改进?谢谢。
@fakeboboliu commented on GitHub (May 6, 2025):
不能保存不是bug,保存窗口大小和位置才是个新feature来着
我不太确定有这种功能会不会造成一些多显示器问题
@wwbfred commented on GitHub (May 6, 2025):
那能不能直接设置居中显示,具体怎么居中让Windows去处理,现在的情况是会随机出现在左上部的任意一个位置。
我没做过Windows开发,不过API里或许会有相关的参数?
窗口大小毕竟是记录到的,不换显示器问题应该不大。