Fix cal-nav button heights

This commit is contained in:
Mark Watkins 2011-10-30 14:10:29 +10:00
parent 04fafeb58a
commit ed71d5cbe8

View File

@ -57,6 +57,18 @@
</property>
<item>
<widget class="QToolButton" name="prevDayButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="toolTip">
<string>Go to the previous day</string>
</property>
@ -79,6 +91,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
@ -113,6 +131,18 @@
</item>
<item>
<widget class="QToolButton" name="todayButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="toolTip">
<string>Go to the most recent day with data records</string>
</property>
@ -123,9 +153,24 @@
</item>
<item>
<widget class="QToolButton" name="nextDayButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>25</height>
</size>
</property>
<property name="toolTip">
<string>Go to the next day</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Next</string>
</property>
@ -182,7 +227,7 @@
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<property name="movable">
<bool>true</bool>