-
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed minimum height issue * Recovery page height reduced * One more try to fix recovery window height * Reducing font size on Recovery window when screen has low resolution * Making GroupElement deserialize test stable * Review comment applied
- Loading branch information
1 parent
45f4bd6
commit 532346c
Showing
8 changed files
with
56 additions
and
39 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
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
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,27 @@ | ||
/********************************************************************** | ||
* Copyright (c) 2021-2021 The Firo Core developers | ||
* Distributed under the MIT software license, see the accompanying | ||
* file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||
**********************************************************************/ | ||
|
||
/* Recover */ | ||
|
||
QWidget#Recover QLabel#textLabel, | ||
QWidget#Recover QLabel#textLabel2, | ||
QWidget#Recover QLabel#textLabel3, | ||
QWidget#Recover QLabel#textLabel4, | ||
QWidget#Recover QRadioButton#use12, | ||
QWidget#Recover QRadioButton#use24, | ||
QWidget#Recover QRadioButton#createNew, | ||
QWidget#Recover QRadioButton#recoverExisting, | ||
QWidget#Recover QLabel#errorMessage, | ||
QWidget#Recover QLabel#labelPcodes, | ||
QWidget#Recover QLineEdit#mnemonicWords, | ||
QWidget#Recover QLineEdit#mnemonicPassPhrase, | ||
QWidget#Recover QLineEdit#mnemonicPassPhrase2, | ||
QWidget#Recover QCheckBox#usePassphrase{ | ||
min-height: 0px; | ||
border-radius: 1px; | ||
font: 10pt 'Source Sans Pro'; | ||
} | ||
|
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