Kivy: Fix MessageBox popups (#5193)

This commit is contained in:
Duck
2025-09-06 11:21:36 -06:00
committed by GitHub
parent c3c517a200
commit 8a091c9e02
2 changed files with 3 additions and 8 deletions

View File

@@ -220,6 +220,8 @@
<MessageBoxLabel>:
theme_text_color: "Custom"
text_color: 1, 1, 1, 1
<MessageBox>:
height: self.content.texture_size[1] + 80
<ScrollBox>:
layout: layout
bar_width: "12dp"
@@ -233,8 +235,3 @@
spacing: 10
size_hint_y: None
height: self.minimum_height
<MessageBoxLabel>:
valign: "middle"
halign: "center"
text_size: self.width, None
height: self.texture_size[1]