Fixed widget borders.

git-svn-id: http://voip.null.ro/svn/yate@4847 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-02-07 13:27:25 +00:00
parent c763cddcd4
commit 54783485da
2 changed files with 9 additions and 2 deletions

View File

@ -32,13 +32,19 @@
<number>6</number>
</property>
<item>
<widget class="QFrame" name="frame_chat_contacts" >
<widget class="QFrame" name="frame_file_progress" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet" >
<string>QFrame#frame_file_progress {
border: 1px solid #717fa0;
}
</string>
</property>
<property name="_yate_uiwidget" stdset="0" >
<bool>true</bool>
</property>

View File

@ -61,11 +61,12 @@
<string>QTextEdit {
background: transparent;
font-size: 11px;
border: 0px;
}
</string>
</property>
<property name="frameShape" >
<enum>QFrame::NoFrame</enum>
<enum>QFrame::StyledPanel</enum>
</property>
<property name="tabChangesFocus" >
<bool>true</bool>