mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fit the background image to the login page
This commit is contained in:
parent
8c1babef55
commit
483d5386ba
@ -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{
|
||||
|
@ -1,5 +1,6 @@
|
||||
set QTDIR=C:\Qt\4.8.6
|
||||
set MINGW=C:\MinGW
|
||||
set QTDIR=C:\Qt\5.5.0\5.5\mingw492_32
|
||||
set MINGW=C:\Qt\Tools\mingw492_32
|
||||
|
||||
set GIT=C:\Program Files\Git
|
||||
|
||||
set PATH=%QTDIR%\bin;%MINGW%\bin;%GIT%\bin;%PATH%
|
||||
@ -7,6 +8,7 @@ set PATH=%QTDIR%\bin;%MINGW%\bin;%GIT%\bin;%PATH%
|
||||
|
||||
qmake retroshare-gui.pro "CONFIG+=version_detail_bash_script"
|
||||
|
||||
|
||||
mingw32-make
|
||||
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user