Skip to content

Commit 1e90328

Browse files
DonetCrackeruglide
authored andcommitted
Update ServerInfoTabs.qml
fixed bug: #5099
1 parent ed11c69 commit 1e90328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/server-info/ServerInfoTabs.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Repeater {
273273
Layout.fillHeight: true
274274

275275
property int chartWidth: tab.width / 3
276-
property int chartHeight: (tab.height - 60) / 2
276+
property int chartHeight: (tab.height - 80) / 2
277277

278278
function chartTheme() {
279279
if (sysPalette.base.hslLightness < 0.4) {

0 commit comments

Comments
 (0)