!5 修复:画板覆盖文生图创作栏 和 左侧绘画工具栏是文字不是图标问题

Merge pull request !5 from shangxiaoyang/openkylin/nile
This commit is contained in:
shangxiaoyang 2024-05-29 03:29:05 +00:00 committed by Gitee
commit 7945aef3ad
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 13 additions and 2 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
kolourpaint (4:23.08.3-ok3.3) nile; urgency=medium
* BUG号
#I9PH67 【次要】【需求27630】【AI画图】AI画图的面板未遮盖下方色条
#I9PGSR 【次要】【画图】左侧画图操作栏显示文字,且操作栏占位有误
* 需求号 : 无
* 其他改动说明 : 无
* 其他改动影响域 : 无
-- shangxiaoyang <shangxiaoyang@kylinos.cn> Wed, 29 May 2024 10:23:32 +0800
kolourpaint (4:23.08.3-ok3.2) nile; urgency=medium
* BUG号: 无

View File

@ -197,7 +197,7 @@ void kpMainWindow::init ()
// set mainwindow properties
//
setMinimumSize (320, 260);
setMinimumSize (850, 600);
setAcceptDrops (true);
//

View File

@ -89,6 +89,6 @@ ecm_install_icons(ICONS
sc-actions-tool_rounded_rectangle.svgz
sc-actions-tool_spraycan.svgz
sc-actions-tool_text.svgz
DESTINATION ${KDE_INSTALL_DATADIR}/kolourpaint/icons
DESTINATION ${KDE_INSTALL_DATADIR}/icons
THEME hicolor
)