-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transitional form: the functionality is the same, changes are mostly visual, with only a minor addition of Version no, release info link and version link. fixes QubesOS/qubes-issues#6858
- Loading branch information
Showing
6 changed files
with
815 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
QGroupBox { | ||
font-size: 24pt; | ||
font-weight: 400; | ||
border: none; | ||
margin-top: 50px; | ||
margin-right: 30px; | ||
margin-left: 30px; | ||
margin-bottom: 20px; | ||
font-family: 'Montserrat'; | ||
} | ||
|
||
QGroupBox::title { | ||
subcontrol-origin: margin; | ||
subcontrol-position: top left; | ||
padding-left: 31px; | ||
padding-top: 0px; | ||
} | ||
|
||
QCheckBox { | ||
padding-left: 5px; | ||
} | ||
|
||
QPushButton { | ||
padding: 10px; | ||
margin-left: 30px; | ||
} | ||
|
||
QFrame#line, QFrame#line_2, QFrame#line_3 { | ||
margin-left: 40px; | ||
margin-right: 40px; | ||
} | ||
|
||
QComboBox { | ||
padding-left: 10px; | ||
padding-right: 10px; | ||
} | ||
|
||
QLabel { | ||
margin-right: 20px; | ||
} | ||
|
||
QLabel#label_release { | ||
padding-left: 20px; | ||
padding-top: 0px; | ||
margin-top: 0px; | ||
margin-bottom: 0px; | ||
} | ||
|
||
QLabel#logo_label { | ||
margin-left: 30px; | ||
} | ||
|
||
QCheckBox::indicator { | ||
width: 25px; | ||
height: 25px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.