Increased sync page text margins
This commit is contained in:
parent
e17956f03f
commit
0fdbc78e24
1 changed files with 3 additions and 3 deletions
|
@ -5612,15 +5612,15 @@ class SyncScreen(Page):
|
|||
|
||||
|
||||
self.heading_label = QLabel("You're about to fetch data from\nSimplified Privacy.", self)
|
||||
self.heading_label.setGeometry(15, 80, 750, 80)
|
||||
self.heading_label.setGeometry(15, 80, 750, 100)
|
||||
self.heading_label.setStyleSheet("font-size: 36px; font-weight: bold; color: white;")
|
||||
|
||||
self.data_description = QLabel("This data includes what plans, countries,\nbrowsers, and version upgrades are\navailable. As well as coordinating billing.", self)
|
||||
self.data_description.setGeometry(22, 190, 750, 90)
|
||||
self.data_description.setGeometry(22, 190, 750, 100)
|
||||
self.data_description.setStyleSheet("font-size: 26px; font-weight: bold; color: #ffff00;")
|
||||
|
||||
self.instructions = QLabel("Use the toggle in the bottom right to\ndecide if you want to use Tor or not.\nThen hit \"Next\"", self)
|
||||
self.instructions.setGeometry(22, 345, 750, 100)
|
||||
self.instructions.setGeometry(22, 345, 750, 120)
|
||||
self.instructions.setStyleSheet("font-size: 30px; font-weight: bold; color: white;")
|
||||
|
||||
self.arrow_label = QLabel(self)
|
||||
|
|
Loading…
Reference in a new issue