Increase the size of the attachment viewing window

This commit is contained in:
xboxones1 2026-01-18 08:40:40 +00:00
parent b0df86ce74
commit 3a7826a278
3 changed files with 12 additions and 4 deletions

View file

@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>720</width>
<height>490</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>720</width>
<height>490</height>
</size>
</property>
<property name="windowTitle">
<string/>
</property>

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>720</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">

View file

@ -139,6 +139,8 @@ void TextAttachmentsWidget::initWidget()
setLayout(layout);
setObjectName("TextAttachmentsWidget");
setMinimumSize(720, 490);
updateWidget();
}