Skip to content

Commit 5bf3463

Browse files
committed
fix: adjust default window size to 1152x864 (from 1400x1050)
1 parent 5e603fd commit 5bf3463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugins/plugin-client-default/config.d/style.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bodyCss": "codeflare",
3-
"width": 1400,
4-
"height": 1050,
3+
"width": 1152,
4+
"height": 864,
55
"titleBarStyle": "hiddenInset",
66
"defaultTheme": "PatternFly4 Light"
77
}

0 commit comments

Comments
 (0)