mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Increase the size of the attachment viewing window
This commit is contained in:
parent
b0df86ce74
commit
3a7826a278
3 changed files with 12 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -139,6 +139,8 @@ void TextAttachmentsWidget::initWidget()
|
|||
setLayout(layout);
|
||||
setObjectName("TextAttachmentsWidget");
|
||||
|
||||
setMinimumSize(720, 490);
|
||||
|
||||
updateWidget();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue