Skip to content

Commit

Permalink
fix minor display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 20, 2019
1 parent 0c7e5cd commit a38ef49
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 3 deletions.
12 changes: 12 additions & 0 deletions plotter_gui/filterablelistwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,12 @@ border: 1px solid rgb(150, 150, 150);</string>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="buttonAddCustom">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
Expand Down Expand Up @@ -433,6 +439,12 @@ border: 1px solid rgb(150, 150, 150);</string>
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>60</width>
Expand Down
21 changes: 18 additions & 3 deletions plotter_gui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ border-radius: 4px;
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -388,7 +391,7 @@ border-radius: 4px;
<item>
<widget class="QPushButton" name="pushButtonActivateGrid">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>40</horstretch>
<verstretch>40</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -434,9 +437,15 @@ border-radius: 4px;
</item>
<item>
<widget class="QPushButton" name="pushButtonRemoveTimeOffset">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<width>150</width>
<height>28</height>
</size>
</property>
Expand Down Expand Up @@ -471,9 +480,15 @@ border-radius: 4px;
</item>
<item>
<widget class="QPushButton" name="pushButtonUseDateTime">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<width>120</width>
<height>28</height>
</size>
</property>
Expand Down
12 changes: 12 additions & 0 deletions plotter_gui/transforms/transform_selector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="buttonApplyDefault">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
Expand All @@ -51,6 +57,12 @@
</item>
<item>
<widget class="QPushButton" name="buttonResetAll">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
Expand Down

0 comments on commit a38ef49

Please sign in to comment.