Skip to content

Commit

Permalink
Plugin manager layout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Oct 17, 2017
1 parent cb450fb commit ccb4672
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/ui/qgspluginmanagerbase.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>791</width>
<width>875</width>
<height>471</height>
</rect>
</property>
Expand Down Expand Up @@ -632,11 +632,11 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>100</width>
<width>20</width>
<height>20</height>
</size>
</property>
Expand Down Expand Up @@ -802,8 +802,8 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>589</width>
<y>-297</y>
<width>646</width>
<height>638</height>
</rect>
</property>
Expand Down Expand Up @@ -1039,7 +1039,7 @@ p, li { white-space: pre-wrap; }
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
<height>150</height>
</size>
</property>
<property name="rootIsDecorated">
Expand Down Expand Up @@ -1146,6 +1146,9 @@ p, li { white-space: pre-wrap; }
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
Expand Down

0 comments on commit ccb4672

Please sign in to comment.