From 33b04b539d55f79bad041a2827ab0c308c63db84 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 29 Jan 2026 08:38:54 -0800 Subject: [PATCH] feat: focus content area in center --- src/MainWindow.cpp | 4 ++-- src/mainwindow.ui | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 3838216..44c893b 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -80,8 +80,8 @@ MainWindow::MainWindow(QWidget *parent) updatePingIndicator(); ui->splitter->setStretchFactor(0, 1); - ui->splitter->setStretchFactor(1, 1); - ui->splitter->setStretchFactor(2, 2); + ui->splitter->setStretchFactor(1, 2); + ui->splitter->setStretchFactor(2, 1); setupModels(); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 6e5a5be..a43dc19 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -150,14 +150,6 @@ - - - - 0 - 0 - - - @@ -383,6 +375,14 @@ + + + + 0 + 0 + + +