!20 close-cd:#I8LHOO 【计算器】二进制界面样式显示错误

Merge pull request !20 from 李德成/openkylin/nile
This commit is contained in:
李德成 2023-12-15 01:37:31 +00:00 committed by Gitee
commit 0669ac738e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 12 additions and 3 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-calculator (1.2.0.0-ok6.3) nile; urgency=medium
* BUG号#I8LHOO 【计算器】二进制界面样式显示错误
* 任务号:无
* 其他更改说明:无
* 其他改动影响域:无
-- lidecheng <lidecheng@kylinos.cn> Thu, 14 Dec 2023 16:11:16 +0800
kylin-calculator (1.2.0.0-ok6.2) nile; urgency=medium
* BUG号

View File

@ -47,9 +47,9 @@
#define SHADOWALPHA 0.16 //阴影透明度
// 程序员模式
#define PROGRAM_WIN_WIDTH 588 // 窗口宽度
#define PROGRAM_WIN_HEIGHT 589 // 674 // 窗口高度
#define PROGRAM_DISPLAY_HEIGHT 150 // 235 // 显示屏高度
#define PROGRAM_WIN_WIDTH SCIENTIFIC_WINDOWW // 窗口宽度
#define PROGRAM_WIN_HEIGHT SCIENTIFIC_WINDOWH // 窗口高度
#define PROGRAM_DISPLAY_HEIGHT 160 // 235 // 显示屏高度
#define PROGRAM_BIN_HEIGHT 95 // 二进制显示屏高度
#define PROGRAM_TOOL_HEIGHT 36 // 工具栏显示屏高度
#define PROGRAM_KEYBOARY_HEIGHT 350 // 键盘高度