This commit is contained in:
2025-05-07 01:31:21 +08:00
parent d27ef50341
commit 27240530b6
18 changed files with 2033 additions and 1160 deletions

View File

@@ -1,4 +1,4 @@
/* MetaFusion 插件样式表 */
/* 插件样式表 */
/* 作者: CGNICO */
/* 版本: Alpha v1.0.0 */
@@ -276,17 +276,26 @@ QSplitter::handle {
}
QSplitter::handle:horizontal {
width: 2px;
width: 6px;
}
QSplitter::handle:vertical {
height: 2px;
height: 6px;
}
QSplitter::handle:hover {
background-color: #007ACC;
}
QSplitter {
border: none;
}
QSplitter > QWidget {
min-width: 0px;
min-height: 0px;
}
/* ==================== 滑块样式 ==================== */
QSlider::groove:horizontal {
border: 1px solid #1E1E1E;