remove label

This commit is contained in:
Matt Parker
2025-11-02 22:27:31 +10:00
parent aa5f11490e
commit cb074eaa8f
2 changed files with 0 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ public partial class PackageEntry : MarginContainer
private Button _button;
private Label _packageNameLabel = null!;
private Label _installedVersionLabel = null!;
private Label _implicitlyInstalledVersionLabel = null!;
private Label _latestVersionLabel = null!;
private HBoxContainer _sourceNamesContainer = null!;
private TextureRect _packageIconTextureRect = null!;
@@ -40,7 +39,6 @@ public partial class PackageEntry : MarginContainer
_button = GetNode<Button>("Button");
_packageNameLabel = GetNode<Label>("%PackageNameLabel");
_installedVersionLabel = GetNode<Label>("%InstalledVersionLabel");
_implicitlyInstalledVersionLabel = GetNode<Label>("%ImplicitlyInstalledVersionLabel");
_latestVersionLabel = GetNode<Label>("%LatestVersionLabel");
_sourceNamesContainer = GetNode<HBoxContainer>("%SourceNamesHBoxContainer");
_packageIconTextureRect = GetNode<TextureRect>("%PackageIconTextureRect");

View File

@@ -66,11 +66,6 @@ layout_mode = 2
theme_override_colors/font_color = Color(0.6706895, 0.6706895, 0.6706895, 1)
text = "1.12.0"
[node name="ImplicitlyInstalledVersionLabel" type="Label" parent="MarginContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_colors/font_color = Color(0.6706895, 0.6706895, 0.6706895, 1)
[node name="SourceNamesHBoxContainer" type="HBoxContainer" parent="MarginContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2