Skip to content

Commit

Permalink
Fix TelescopeControl dialog window height
Browse files Browse the repository at this point in the history
  • Loading branch information
martinber committed May 17, 2020
1 parent 18af45e commit 08a6922
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions plugins/TelescopeControl/src/gui/telescopeDialog.ui
Expand Up @@ -7,27 +7,15 @@
<x>0</x>
<y>0</y>
<width>530</width>
<height>350</height>
<height>420</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>530</width>
<height>350</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayoutTelescopeDialog">
<property name="spacing">
<number>0</number>
Expand Down Expand Up @@ -64,7 +52,7 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
<height>25</height>
</size>
</property>
<property name="focusPolicy">
Expand Down Expand Up @@ -153,19 +141,13 @@
<item>
<widget class="QTabWidget" name="tabs">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>10</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tabTelescopes">
<property name="sizePolicy">
Expand Down Expand Up @@ -634,8 +616,8 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>314</height>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
Expand Down

0 comments on commit 08a6922

Please sign in to comment.