update: updated md and sg location icons

This commit is contained in:
John 2026-03-10 20:57:31 +01:00
parent d9257a7139
commit 245043d5af
10 changed files with 2 additions and 2 deletions

View file

@ -9232,7 +9232,7 @@ class DurationSelectionPage(Page):
self.combo_box = QComboBox(self) self.combo_box = QComboBox(self)
self.combo_box.setGeometry(200, 200, 400, 60) self.combo_box.setGeometry(200, 200, 400, 60)
self.combo_box.addItems( self.combo_box.addItems(
["1 month (€1)", "3 months (€3)", "6 months (€5)", "12 months (€10)"]) ["1 month (€1.50)", "3 months (€4.30)", "6 months (€8)", "12 months (€16)"])
self.combo_box.setEditable(False) self.combo_box.setEditable(False)
self.combo_box.setMaxVisibleItems(4) self.combo_box.setMaxVisibleItems(4)
self.combo_box.setDuplicatesEnabled(True) self.combo_box.setDuplicatesEnabled(True)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

View file

@ -1,6 +1,6 @@
[project] [project]
name = "sp-hydra-veil-gui" name = "sp-hydra-veil-gui"
version = "2.2.4" version = "2.2.5"
authors = [ authors = [
{ name = "Simplified Privacy" }, { name = "Simplified Privacy" },
] ]