Skip to content

Commit

Permalink
BladeRF v1: increased GUI minimum size
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Dec 17, 2022
1 parent 8c84d4a commit 93c1244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/samplesink/bladerf1output/bladerf1outputgui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>360</width>
<height>159</height>
<height>214</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -19,7 +19,7 @@
<property name="minimumSize">
<size>
<width>360</width>
<height>159</height>
<height>214</height>
</size>
</property>
<property name="maximumSize">
Expand Down
4 changes: 2 additions & 2 deletions plugins/samplesource/bladerf1input/bladerf1inputgui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>360</width>
<height>173</height>
<height>250</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -19,7 +19,7 @@
<property name="minimumSize">
<size>
<width>360</width>
<height>173</height>
<height>250</height>
</size>
</property>
<property name="maximumSize">
Expand Down

0 comments on commit 93c1244

Please sign in to comment.