Skip to content

Commit

Permalink
Adjusted size of coordinate boxes in the Qualisys tab. Closes bitcraz…
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Apr 12, 2019
1 parent 2e7c534 commit 98c0054
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions src/cfclient/ui/tabs/qualisysTab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -639,14 +639,14 @@
</property>
<property name="minimumSize">
<size>
<width>170</width>
<height>135</height>
<width>210</width>
<height>170</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</width>
<height>135</height>
<width>210</width>
<height>170</height>
</size>
</property>
<property name="title">
Expand Down Expand Up @@ -712,6 +712,12 @@
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="qualisysX">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
Expand Down Expand Up @@ -804,14 +810,14 @@
</property>
<property name="minimumSize">
<size>
<width>170</width>
<height>135</height>
<width>210</width>
<height>170</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>170</width>
<height>135</height>
<width>210</width>
<height>170</height>
</size>
</property>
<property name="title">
Expand Down

0 comments on commit 98c0054

Please sign in to comment.