This repository has been archived on 2025-12-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
food-coop-waage/finish_popup.tscn
Felix 4b1796250c Initial commit
Half-baked state. Most of the UI is mostly done, but the integration
with Grist (or any other data provider) is still missing.
2025-05-11 19:19:24 +02:00

36 lines
948 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://u2fkywsdb6tk"]
[ext_resource type="Script" uid="uid://d4l3hgcl53ls2" path="res://finish_popup.gd" id="1_00li5"]
[node name="PopupPanel" type="PopupPanel"]
transparent_bg = false
size = Vector2i(332, 214)
visible = true
transparent = false
script = ExtResource("1_00li5")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
offset_left = 4.0
offset_top = 4.0
offset_right = 328.0
offset_bottom = 210.0
[node name="Label" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Stimmt alles?
x Produkte
x.yz€ Gesamtpreis
Konto Bla: x.yz€ -> x.yz€"
[node name="ConfirmButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Ja, Einkauf speichern und beenden"
expand_icon = true
[node name="CancelButton" type="Button" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "Weiter bearbeiten"