Fixed style sheet of auto download button in channels.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4201 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-05-15 17:01:21 +00:00
parent 72d9f352e3
commit ddba6d35db

View File

@ -508,6 +508,32 @@ border-image: url(:/images/btn_26_pressed.png) 4;
</item>
<item row="0" column="5">
<widget class="QPushButton" name="autoDownload">
<property name="minimumSize">
<size>
<width>0</width>
<height>26</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QToolButton, QPushButton, QComboBox {
border-image: url(:/images/btn_26.png) 4;
border-width: 4;
padding: 0px 6px;
font-size: 12px;
}
QToolButton:hover, QPushButton:hover, QComboBox:hover {
border-image: url(:/images/btn_26_hover.png) 4;
}
QToolButton:disabled, QPushButton:disabled, QComboBox::disabled {
color:gray;
}
QToolButton:pressed, QPushButton:pressed{
border-image: url(:/images/btn_26_pressed.png) 4;
}</string>
</property>
<property name="text">
<string>Enable Auto-download</string>
</property>
@ -549,8 +575,8 @@ border-image: url(:/images/btn_26_pressed.png) 4;
<rect>
<x>0</x>
<y>0</y>
<width>407</width>
<height>330</height>
<width>452</width>
<height>331</height>
</rect>
</property>
<property name="styleSheet">