Skip to content

Commit

Permalink
fix vertical resizing of user local volume dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
trudnorx committed Sep 17, 2019
1 parent a38d19a commit 05b7580
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/mumble/UserLocalVolumeDialog.ui
Expand Up @@ -2,10 +2,24 @@
<ui version="4.0">
<class>UserLocalVolumeDialog</class>
<widget class="QDialog" name="UserLocalVolumeDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>224</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>500</width>
<height>0</height>
<height>224</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>224</height>
</size>
</property>
<layout class="QGridLayout">
Expand Down

0 comments on commit 05b7580

Please sign in to comment.