diff --git a/retroshare-gui/src/gui/GenCertDialog.ui b/retroshare-gui/src/gui/GenCertDialog.ui index f87dde371..4fe4f46ac 100644 --- a/retroshare-gui/src/gui/GenCertDialog.ui +++ b/retroshare-gui/src/gui/GenCertDialog.ui @@ -38,12 +38,76 @@ - - - - Tahoma - 11 - + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 178 + + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 178 + + + + + + + + + 255 + 255 + 178 + + + + + + + 255 + 255 + 178 + + + + + + + + true + + + QFrame::Box You can create a new profile with this form. @@ -55,12 +119,76 @@ Alternatively you can use an existing profile. Just uncheck "Create a new profil - - - - Tahoma - 11 - + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 178 + + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 178 + + + + + + + + + 255 + 255 + 178 + + + + + + + 255 + 255 + 178 + + + + + + + + true + + + QFrame::Box You can create and run Retroshare nodes on different computers using the same profile. To do so just export the selected profile, import it on the other computer and create a new node with it. @@ -224,7 +352,6 @@ Alternatively you can use an existing profile. Just uncheck "Create a new profil - @@ -242,7 +369,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new profil 120 32 - + Use profile @@ -261,7 +388,7 @@ Alternatively you can use an existing profile. Just uncheck "Create a new profil 120 32 - + Name @@ -463,25 +590,11 @@ anonymous, you can use a fake email. - - - - - 0 - 30 - - - - 1 - <html><head/><body><p>This is a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion </p><p>In order to get one, you must configure Tor to create a new hidden service. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Tor configuration panel.</p></body></html> - - false - true @@ -504,7 +617,7 @@ anonymous, you can use a fake email. 120 32 - + PGP key length @@ -522,11 +635,76 @@ anonymous, you can use a fake email. - - - - 10 - + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 178 + + + + + + + + + 255 + 255 + 255 + + + + + + + 255 + 255 + 178 + + + + + + + + + 255 + 255 + 178 + + + + + + + 255 + 255 + 178 + + + + + + + + true + + + QFrame::Box <html><head/><body><p align="justify">Before proceeding, move your mouse around to help Retroshare collect as much randomness as possible. Filling the progressbar to 20% is needed, 100% is advised.</p></body></html> @@ -553,7 +731,6 @@ anonymous, you can use a fake email. - Arial 50 false @@ -601,6 +778,11 @@ anonymous, you can use a fake email.
gui/common/HeaderFrame.h
1 + + StyledLabel + QLabel +
gui/common/StyledLabel.h
+
diff --git a/retroshare-gui/src/gui/qss/stylesheet/qss.default b/retroshare-gui/src/gui/qss/stylesheet/qss.default index 8a4de3fc6..8d6babc88 100644 --- a/retroshare-gui/src/gui/qss/stylesheet/qss.default +++ b/retroshare-gui/src/gui/qss/stylesheet/qss.default @@ -196,4 +196,19 @@ QLabel#headerTextLabel IdEditDialog QLabel#info_label { qproperty-fontSizeFactor: 125; -} \ No newline at end of file +} + +GenCertDialog QLabel#header_label +{ + qproperty-fontSizeFactor: 120; +} + +GenCertDialog QLabel#genprofileinfo_label +{ + qproperty-fontSizeFactor: 120; +} + +GenCertDialog QLabel#entropy_label +{ + qproperty-fontSizeFactor: 115; +}