RSS: Fix buttons height

This commit is contained in:
Christophe Dumez
2011-09-26 20:09:24 +03:00
parent de2d2c7469
commit bf746be692
2 changed files with 13 additions and 0 deletions

View File

@@ -21,6 +21,12 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="newFeedButton">
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string>New subscription</string>
</property>
@@ -31,6 +37,12 @@
</item>
<item>
<widget class="QToolButton" name="markReadButton">
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string>Mark items read</string>
</property>