mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04: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>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>516</width>
|
<width>440</width>
|
||||||
<height>389</height>
|
<height>470</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>9</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="0" colspan="4">
|
<item row="0" column="0" colspan="4">
|
||||||
<layout class="QGridLayout" name="topGLayout">
|
<layout class="QGridLayout" name="topGLayout">
|
||||||
|
@ -211,6 +211,15 @@
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>9</number>
|
<number>9</number>
|
||||||
</property>
|
</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">
|
<item row="1" column="0">
|
||||||
<widget class="QLabel" name="label_9">
|
<widget class="QLabel" name="label_9">
|
||||||
<property name="maximumSize">
|
<property name="maximumSize">
|
||||||
|
|
|
@ -775,8 +775,8 @@ StartDialog QPushButton#loadButton:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
StartDialog QFrame#loginframe{
|
StartDialog QFrame#loginframe{
|
||||||
background-image: url(:/images/logo/background.png);
|
border-image: url(:/images/logo/background.png) 0 0 0 0 stretch stretch;
|
||||||
background-repeat: repeat;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
GenCertDialog QFrame#profileframe{
|
GenCertDialog QFrame#profileframe{
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
set QTDIR=C:\Qt\4.8.6
|
set QTDIR=C:\Qt\5.5.0\5.5\mingw492_32
|
||||||
set MINGW=C:\MinGW
|
set MINGW=C:\Qt\Tools\mingw492_32
|
||||||
|
|
||||||
set GIT=C:\Program Files\Git
|
set GIT=C:\Program Files\Git
|
||||||
|
|
||||||
set PATH=%QTDIR%\bin;%MINGW%\bin;%GIT%\bin;%PATH%
|
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"
|
qmake retroshare-gui.pro "CONFIG+=version_detail_bash_script"
|
||||||
|
|
||||||
|
|
||||||
mingw32-make
|
mingw32-make
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue