Skip to content
Snippets Groups Projects
Commit 0e5bd5a3 authored by Julian's avatar Julian
Browse files

Resize image frame

parent d4759acf
No related branches found
No related tags found
No related merge requests found
...@@ -40,17 +40,11 @@ ...@@ -40,17 +40,11 @@
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="FPGAPreview" name="img_pins"> <widget class="FPGAPreview" name="img_pins">
<property name="minimumSize"> <property name="sizePolicy">
<size> <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<width>450</width> <horstretch>0</horstretch>
<height>200</height> <verstretch>0</verstretch>
</size> </sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>450</width>
<height>200</height>
</size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Shows a preview of the FPGA pin connections.</string> <string>Shows a preview of the FPGA pin connections.</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment