remove label
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user