mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
fix: element name
This commit is contained in:
parent
208e9ef7ad
commit
af1bed9319
3 changed files with 5 additions and 5 deletions
4
dzgui.sh
4
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue