1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-15 20:18:49 +02:00

fix: element name

This commit is contained in:
aclist 2024-01-13 11:35:51 +09:00
parent 208e9ef7ad
commit af1bed9319
3 changed files with 5 additions and 5 deletions
helpers

View file

@ -15,7 +15,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.0.0-rc.18
# 5.0.0-rc.19
app_name = "DZGUI"
cache = {}
@ -493,7 +493,7 @@ class RightPanel(Gtk.Box):
self.question_button.set_margin_start(50)
self.question_button.set_margin_end(50)
self.question_button.connect("clicked", self._on_button_clicked)
set_surrounding_margins(self.question_label, 50)
set_surrounding_margins(self.question_button, 50)
if is_steam_deck is False:
self.pack_start(self.question_button, False, True, 0)