fixed geometry of buttons PostedFeedItem like other feed items

This commit is contained in:
csoler 2019-12-26 21:30:00 +01:00
parent a469647386
commit 9fda64e815
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>825</width>
<height>337</height>
<height>339</height>
</rect>
</property>
<property name="windowTitle">
@ -529,10 +529,22 @@
</item>
<item>
<widget class="QPushButton" name="readAndClearButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>44</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>16777215</height>
<width>50</width>
<height>44</height>
</size>
</property>
<property name="focusPolicy">
@ -549,10 +561,22 @@
</item>
<item>
<widget class="QPushButton" name="clearButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>44</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>16777215</height>
<width>50</width>
<height>44</height>
</size>
</property>
<property name="focusPolicy">
@ -686,9 +710,9 @@
</customwidget>
</customwidgets>
<resources>
<include location="Posted_images.qrc"/>
<include location="../images.qrc"/>
<include location="../icons.qrc"/>
<include location="../images.qrc"/>
<include location="Posted_images.qrc"/>
</resources>
<connections/>
</ui>