fixed: splitview issues

This commit is contained in:
daboe01
2026-01-06 10:58:25 +01:00
parent d8c74e81b8
commit 7f8d3f289b
2 changed files with 26 additions and 5 deletions
+22 -5
View File
@@ -4888,10 +4888,19 @@ var themedButtonValues = nil,
beforeDictionary:nil
afterDictionary:nil],
thickDividerCssColor = [CPColor colorWithCSSDictionary:@{}
thickDividerCssColor = [CPColor colorWithCSSDictionary:@{
@"background-color": A3ColorSplitPaneDividerBackground,
@"border-color": A3ColorSplitPaneDividerBorder,
@"box-sizing": @"border-box",
@"border-style": @"solid",
@"border-top-width": @"1px",
@"border-left-width": @"0px",
@"border-right-width": @"0px",
@"border-bottom-width": @"1px"
}
beforeDictionary:nil
afterDictionary:@{
@"border-color": A3ColorInactiveBorder,
@"border-color": A3ColorInactiveBorder,
@"background-color": A3ColorInactiveBorder,
@"width": @"6px",
@"height": @"6px",
@@ -4909,10 +4918,19 @@ var themedButtonValues = nil,
@"z-index": @"300"
}],
verticalThickDividerCssColor = [CPColor colorWithCSSDictionary:@{}
verticalThickDividerCssColor = [CPColor colorWithCSSDictionary:@{
@"background-color": A3ColorSplitPaneDividerBackground,
@"border-color": A3ColorSplitPaneDividerBorder,
@"box-sizing": @"border-box",
@"border-style": @"solid",
@"border-top-width": @"0px",
@"border-left-width": @"1px",
@"border-right-width": @"1px",
@"border-bottom-width": @"0px"
}
beforeDictionary:nil
afterDictionary:@{
@"border-color": A3ColorInactiveBorder,
@"border-color": A3ColorInactiveBorder,
@"background-color": A3ColorInactiveBorder,
@"width": @"6px",
@"height": @"6px",
@@ -4929,7 +4947,6 @@ var themedButtonValues = nil,
@"position": @"absolute",
@"z-index": @"300"
}],
paneDividerCssColor = [CPColor colorWithCSSDictionary:@{
@"background-color": A3ColorSplitPaneDividerBackground,
@"border-color": A3ColorSplitPaneDividerBorder,
+4
View File
@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CPDefaultTheme</key>
<string>Aristo3</string>
<key>CFBundleIdentifier</key>
<string></string>
<key>Main cib file base name</key>
<string>MainMenu.cib</string>
<key>CPBundleName</key>