Commit 9dad1e5f authored by Dan Pascu's avatar Dan Pascu

Fixed the contact editor layout

parent 35de0411
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="1" colspan="3"> <item row="4" column="1" colspan="2">
<widget class="QComboBox" name="preferred_media"> <widget class="QComboBox" name="preferred_media">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
</item> </item>
</widget> </widget>
</item> </item>
<item row="3" column="1" colspan="3"> <item row="3" column="1" colspan="2">
<widget class="QCheckBox" name="presence"> <widget class="QCheckBox" name="presence">
<property name="text"> <property name="text">
<string>Exchange Availability Information</string> <string>Exchange Availability Information</string>
...@@ -133,8 +133,8 @@ ...@@ -133,8 +133,8 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0" colspan="4"> <item row="5" column="0" colspan="3">
<spacer name="section_spacer"> <spacer name="grid_spacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="2" column="1" colspan="3"> <item row="2" column="1" colspan="2">
<widget class="ContactURITableView" name="addresses_table"> <widget class="ContactURITableView" name="addresses_table">
<property name="palette"> <property name="palette">
<palette> <palette>
...@@ -215,20 +215,7 @@ ...@@ -215,20 +215,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="0" colspan="4"> <item row="6" column="0" colspan="3">
<spacer name="grid_spacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>412</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="8" column="0" colspan="4">
<layout class="QHBoxLayout" name="button_box_layout"> <layout class="QHBoxLayout" name="button_box_layout">
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
......
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