fit the background image to the login page

This commit is contained in:
defnax 2017-05-23 18:46:50 +02:00
parent 8c1babef55
commit 483d5386ba
3 changed files with 18 additions and 7 deletions

View File

@ -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">

View File

@ -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{

View File

@ -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