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 Wed, 29 May 2024 10:23:32 +0800 + kolourpaint (4:23.08.3-ok3.2) nile; urgency=medium * BUG号: 无 diff --git a/debian/patches/0011-5.patch b/debian/patches/0011-5.patch new file mode 100644 index 0000000..e06f1fd --- /dev/null +++ b/debian/patches/0011-5.patch @@ -0,0 +1,37 @@ +From: shangxiaoyang +Date: Wed, 29 May 2024 03:29:05 +0000 +Subject: =?utf-8?b?ITUg5L+u5aSN77ya55S75p2/6KaG55uW5paH55Sf5Zu+5Yib5L2c5qCP?= + =?utf-8?b?IOWSjCDlt6bkvqfnu5jnlLvlt6XlhbfmoI/mmK/mloflrZfkuI3mmK/lm77moIc=?= + =?utf-8?b?6Zeu6aKYIE1lcmdlIHB1bGwgcmVxdWVzdCAhNSBmcm9tIHNoYW5neGlhb3lhbmcv?= + =?utf-8?b?b3Blbmt5bGluL25pbGU=?= + +--- + mainWindow/kpMainWindow.cpp | 2 +- + pics/action/CMakeLists.txt | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +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 + ) diff --git a/debian/patches/series b/debian/patches/series index d463db9..1e7bacc 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -8,3 +8,4 @@ 0008-Translated-using-Weblate-Uyghur.patch 0009-3-AI.patch 0010-4-changlog.patch +0011-5.patch