Skip to content

Commit

Permalink
Fixed resize (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Dec 27, 2023
1 parent 3b10255 commit 180bd48
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 6 deletions.
16 changes: 14 additions & 2 deletions resource/speedometer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>479</width>
<height>509</height>
<width>500</width>
<height>550</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>550</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>500</height>
</size>
</property>
<property name="windowTitle">
<string>Speedometer</string>
</property>
Expand Down
22 changes: 20 additions & 2 deletions resource/steering_wheel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>448</width>
<height>510</height>
<width>500</width>
<height>550</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>550</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>550</height>
</size>
</property>
<property name="windowTitle">
<string>SteeringWheel</string>
</property>
Expand Down Expand Up @@ -154,6 +166,12 @@ p, li { white-space: pre-wrap; }
<height>401</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>550</height>
</size>
</property>
</widget>
</widget>
<customwidgets>
Expand Down
16 changes: 14 additions & 2 deletions resource/throttle_brake_pedals.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
<rect>
<x>0</x>
<y>0</y>
<width>452</width>
<height>510</height>
<width>500</width>
<height>550</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>550</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>550</height>
</size>
</property>
<property name="windowTitle">
<string>ThrottleBrakePedals</string>
</property>
Expand Down

0 comments on commit 180bd48

Please sign in to comment.