mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Merge pull request #840 from felisucoibi/master
Login Screen GUI design.
This commit is contained in:
commit
54e91e3078
4 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>440</width>
|
<width>440</width>
|
||||||
<height>470</height>
|
<height>350</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
@ -332,7 +332,7 @@ The current identities/locations will not be affected.</string>
|
||||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
p, li { white-space: pre-wrap; }
|
p, li { white-space: pre-wrap; }
|
||||||
</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">Manage profiles and nodes...</span></a></p></body></html></string>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="Create new Profile..."><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; text-decoration: underline; color:#0000ff;">New Profile/Node</span></a></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>images/logo/background.png</file>
|
<file>images/logo/background.png</file>
|
||||||
|
<file>images/logo/background_lessblue.png</file>
|
||||||
<file>images/logo/logo_spash2.png</file>
|
<file>images/logo/logo_spash2.png</file>
|
||||||
<file>images/network_map.png</file>
|
<file>images/network_map.png</file>
|
||||||
<file>images/global_switch_on.png</file>
|
<file>images/global_switch_on.png</file>
|
||||||
|
|
BIN
retroshare-gui/src/gui/images/logo/background_lessblue.png
Normal file
BIN
retroshare-gui/src/gui/images/logo/background_lessblue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 405 KiB |
|
@ -790,7 +790,7 @@ StartDialog QPushButton#loadButton:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
StartDialog QFrame#loginframe{
|
StartDialog QFrame#loginframe{
|
||||||
border-image: url(:/images/logo/background.png) 0 0 0 0 stretch stretch;
|
border-image: url(:/images/logo/background_lessblue.png) 0 0 0 0 stretch stretch;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue