修改双头偏移值页面的二维码和文本

This commit is contained in:
张开科 2025-01-10 14:40:12 +08:00
parent 673eb5cdfe
commit 70942b197a
3 changed files with 19 additions and 17 deletions

View File

@ -28,7 +28,7 @@ class Panel(ScreenPanel):
self.labels["qr_code_box"] = Gtk.Grid(row_homogeneous=True, column_homogeneous=True)
qr_code = self._gtk.Image("wiki_qr_code", self._gtk.content_width * 0.46, self._gtk.content_height * 0.46)
qr_code_url = Gtk.Label(label="https://www.creatbot.com/en/faqs.html")
qr_code_url = Gtk.Label(label=" ")
self.labels["qr_code_box"].attach(qr_code, 0, 0, 1, 3)
self.labels["qr_code_box"].attach(qr_code_url, 0, 2, 1, 1)

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB