mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Fixed weird underline on UI text and made text bigger
Made-with: Cursor
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using TMPro;
|
||||
|
||||
/// <summary>
|
||||
/// IK-mode side panel: shows fixed-module hint. Text is set in the scene.
|
||||
/// </summary>
|
||||
public class IKModulePanel : MonoBehaviour
|
||||
{
|
||||
public TextMeshProUGUI moduleInfoText;
|
||||
public Text moduleInfoText;
|
||||
|
||||
[Header("Panel Layout")]
|
||||
public float panelWidth = 260f;
|
||||
|
||||
Reference in New Issue
Block a user