Commit 006bf007 authored by Dan Pascu's avatar Dan Pascu

Added hint with default value to the conference server line editor

parent 7fedadd4
...@@ -879,7 +879,14 @@ ...@@ -879,7 +879,14 @@
</widget> </widget>
</item> </item>
<item row="16" column="1" colspan="5"> <item row="16" column="1" colspan="5">
<widget class="QLineEdit" name="conference_server_editor"/> <widget class="LineEdit" name="conference_server_editor">
<property name="widgetSpacing" stdset="0">
<number>0</number>
</property>
<property name="inactiveText" stdset="0">
<string>conference.sip2sip.info</string>
</property>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment