mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 16:18:48 -05:00
fit the background image to the login page
This commit is contained in:
parent
8c1babef55
commit
483d5386ba
3 changed files with 18 additions and 7 deletions
|
|
@ -6,8 +6,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>516</width>
|
||||
<height>389</height>
|
||||
<width>440</width>
|
||||
<height>470</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
<number>9</number>
|
||||
</property>
|
||||
<item row="0" column="0" colspan="4">
|
||||
<layout class="QGridLayout" name="topGLayout">
|
||||
|
|
@ -211,6 +211,15 @@
|
|||
<property name="leftMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>9</number>
|
||||
</property>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_9">
|
||||
<property name="maximumSize">
|
||||
|
|
|
|||
|
|
@ -775,8 +775,8 @@ StartDialog QPushButton#loadButton:hover {
|
|||
}
|
||||
|
||||
StartDialog QFrame#loginframe{
|
||||
background-image: url(:/images/logo/background.png);
|
||||
background-repeat: repeat;
|
||||
border-image: url(:/images/logo/background.png) 0 0 0 0 stretch stretch;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
GenCertDialog QFrame#profileframe{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue