Made strips little smaller

This commit is contained in:
0xFEEDC0DE64
2017-12-02 13:09:22 +01:00
parent ab371e6983
commit 3955ec1546
2 changed files with 29 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
<height>52</height>
<height>45</height>
</rect>
</property>
<property name="windowTitle">
@@ -27,7 +27,7 @@
<widget class="QLabel" name="labelTime">
<property name="font">
<font>
<pointsize>20</pointsize>
<pointsize>15</pointsize>
</font>
</property>
<property name="frameShape">
@@ -45,7 +45,7 @@
<widget class="QLabel" name="labelType">
<property name="font">
<font>
<pointsize>20</pointsize>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>500</width>
<height>102</height>
<height>75</height>
</rect>
</property>
<property name="windowTitle">
@@ -21,7 +21,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
<property name="spacing">
<number>20</number>
<number>3</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0">
@@ -71,6 +71,18 @@
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
<item>
<widget class="QLabel" name="labelSubprojekt">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>TextLabel</string>
</property>
@@ -78,6 +90,18 @@
</item>
<item>
<widget class="QLabel" name="labelWorkpackage">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>TextLabel</string>
</property>