!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 openkylin-cibot
parent 1857b52a2f
commit 9f3673dfcd
3 changed files with 49 additions and 0 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号: 无

37
debian/patches/0011-5.patch vendored Normal file
View File

@ -0,0 +1,37 @@
From: shangxiaoyang <shangxiaoyang@kylinos.cn>
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
)

View File

@ -8,3 +8,4 @@
0008-Translated-using-Weblate-Uyghur.patch
0009-3-AI.patch
0010-4-changlog.patch
0011-5.patch