diff --git a/debian/changelog b/debian/changelog index 2cd8723..1aff7ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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号: 无 diff --git a/mainWindow/kpMainWindow.cpp b/mainWindow/kpMainWindow.cpp index 50c35d4..e1af989 100644 --- a/mainWindow/kpMainWindow.cpp +++ b/mainWindow/kpMainWindow.cpp @@ -197,7 +197,7 @@ void kpMainWindow::init () // set mainwindow properties // - setMinimumSize (320, 260); + setMinimumSize (850, 600); setAcceptDrops (true); // diff --git a/pics/action/CMakeLists.txt b/pics/action/CMakeLists.txt index b7cac1c..b197401 100644 --- a/pics/action/CMakeLists.txt +++ b/pics/action/CMakeLists.txt @@ -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 )