From 320e5f372d0cefee078faa0cf1c6aa8253f40e61 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期一, 07 八月 2023 23:30:40 +0800
Subject: [PATCH] 0807 1

---
 internal_system_v1/problemmoney.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/internal_system_v1/problemmoney.cpp b/internal_system_v1/problemmoney.cpp
index 4804b97..06a7d6a 100644
--- a/internal_system_v1/problemmoney.cpp
+++ b/internal_system_v1/problemmoney.cpp
@@ -6,6 +6,7 @@
     ui(new Ui::ProblemMoney)
 {
     ui->setupUi(this);
+    ui->tableWidget->setColumnWidth(0,300);
 }
 
 ProblemMoney::~ProblemMoney()

--
Gitblit v1.8.0