diff --git a/dzgui.sh b/dzgui.sh index 8ac61dc..bbffbd9 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-18 +version=5.0.0.rc-19 #CONSTANTS aid=221100 @@ -527,7 +527,7 @@ fetch_dzq(){ fetch_helpers_by_sum(){ declare -A sums sums=( - ["ui.py"]="0cecc039d2026a65094f41587aeeea53" + ["ui.py"]="67d9b617cf53213965bebfc91aae1e6e" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["funcs"]="d9b0e6fa68314c18ac7aad565645948f" diff --git a/helpers/funcs b/helpers/funcs index d0c2eaa..0ba98cc 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-18 +version=5.0.0.rc-19 #CONSTANTS aid=221100 diff --git a/helpers/ui.py b/helpers/ui.py index 9e50ece..36fb350 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -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)