<property name="sizeConstraint" >
     <enum>QLayout::SetDefaultConstraint</enum>
    </property>
-   <property name="margin" >
-    <number>0</number>
+   <property name="leftMargin" >
+    <number>4</number>
+   </property>
+   <property name="topMargin" >
+    <number>2</number>
+   </property>
+   <property name="rightMargin" >
+    <number>4</number>
+   </property>
+   <property name="bottomMargin" >
+    <number>2</number>
    </property>
    <item>
     <widget class="TopicLabel" name="topicLabel" >
 
 }
 
 QSize VerticalDockTitle::sizeHint() const {
-  return QSize(10, 15);
+  return QSize(8, 15);
 }
 
 QSize VerticalDockTitle::minimumSizeHint() const {
-  return QSize(10, 10);
+  return QSize(8, 10);
 }
 
 void VerticalDockTitle::paintEvent(QPaintEvent *event) {