From ee86da70c63e51c4e954b84d74f5dc6bedf8f9b2 Mon Sep 17 00:00:00 2001
From: zcy <290198252@qq.com>
Date: Mon, 17 Jan 2022 00:37:44 +0800
Subject: [PATCH] no message
---
examples/proto_debuger/base_form.cpp | 9 ++-------
examples/x64/Debug/resources/themes/default/global.xml | 4 ++--
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/examples/proto_debuger/base_form.cpp b/examples/proto_debuger/base_form.cpp
index 23fb86ca..2da255e7 100644
--- a/examples/proto_debuger/base_form.cpp
+++ b/examples/proto_debuger/base_form.cpp
@@ -261,42 +261,37 @@ void BasicForm::InitWindow(){
ui::TreeNode* node = new ui::TreeNode;
node->SetText(nbase::StringPrintf(L"uart"));
node->SetClass(L"list_topitem");
- node->SetFixedHeight(30);
- node->SetFont(L"arial_22");
mMonitor->GetRootNode()->AddChildNode(node);
node = new ui::TreeNode;
node->SetText(nbase::StringPrintf(L"tcp client"));
node->SetClass(L"list_topitem");
- node->SetFont(L"arial_22");
node->SetFixedHeight(30);
mMonitor->GetRootNode()->AddChildNode(node);
node = new ui::TreeNode;
node->SetText(nbase::StringPrintf(L"tcp server"));
node->SetClass(L"list_topitem");
node->SetFixedHeight(30);
- node->SetFont(L"arial_22");
+
mMonitor->GetRootNode()->AddChildNode(node);
node = new ui::TreeNode;
node->SetText(nbase::StringPrintf(L"udp client"));
node->SetClass(L"list_topitem");
node->SetFixedHeight(30);
- node->SetFont(L"arial_22");
+
mMonitor->GetRootNode()->AddChildNode(node);
node = new ui::TreeNode;
node->SetText(nbase::StringPrintf(L"udp server"));
node->SetClass(L"list_topitem");
node->SetFixedHeight(30);
- node->SetFont(L"arial_22");
mMonitor->GetRootNode()->AddChildNode(node);
node = new ui::TreeNode;
node->SetText(nbase::StringPrintf(L"udp group"));
node->SetClass(L"list_topitem");
node->SetFixedHeight(30);
- node->SetFont(L"arial_22");
mMonitor->GetRootNode()->AddChildNode(node);
}
diff --git a/examples/x64/Debug/resources/themes/default/global.xml b/examples/x64/Debug/resources/themes/default/global.xml
index 58d25b23..2f6d25e4 100644
--- a/examples/x64/Debug/resources/themes/default/global.xml
+++ b/examples/x64/Debug/resources/themes/default/global.xml
@@ -18,7 +18,7 @@
-
+
@@ -136,7 +136,7 @@
-
+