1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-30 17:14:58 +01:00

Make error dialog larger

This commit is contained in:
Jonas Kvinge 2021-09-18 17:12:59 +02:00
parent 8d6e5272b9
commit 32b9e6b73d

View File

@ -6,15 +6,15 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>411</width> <width>600</width>
<height>180</height> <height>260</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Strawberry Error</string> <string>Strawberry Error</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../data/icons.qrc"> <iconset>
<normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset> <normaloff>:/icons/64x64/strawberry.png</normaloff>:/icons/64x64/strawberry.png</iconset>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">