update: updated md and sg location icons
|
|
@ -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)
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 212 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 212 KiB |
|
|
@ -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" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||