Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gui] Fix excessive fixed height of vector properties (actually label…
…ing) dialog

- Should now fit on laptops with limited screen height
  • Loading branch information
dakcarto committed Aug 31, 2013
1 parent 4c40273 commit dbb49f5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/ui/qgslabelingguibase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>560</width>
<height>1128</height>
<width>640</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -129,7 +129,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>500</height>
<height>300</height>
</size>
</property>
<property name="frameShape">
Expand Down Expand Up @@ -198,7 +198,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>525</width>
<width>605</width>
<height>300</height>
</rect>
</property>
Expand Down Expand Up @@ -628,8 +628,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>501</width>
<height>890</height>
<width>566</width>
<height>406</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down Expand Up @@ -1350,8 +1350,8 @@ font-style: italic;</string>
<rect>
<x>0</x>
<y>0</y>
<width>367</width>
<height>414</height>
<width>640</width>
<height>462</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_14">
Expand Down Expand Up @@ -1961,8 +1961,8 @@ font-style: italic;</string>
<rect>
<x>0</x>
<y>0</y>
<width>283</width>
<height>266</height>
<width>640</width>
<height>462</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
Expand Down Expand Up @@ -2339,8 +2339,8 @@ font-style: italic;</string>
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<height>760</height>
<width>625</width>
<height>753</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
Expand Down Expand Up @@ -3170,8 +3170,8 @@ font-style: italic;</string>
<rect>
<x>0</x>
<y>0</y>
<width>317</width>
<height>440</height>
<width>640</width>
<height>462</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_22">
Expand Down Expand Up @@ -3664,8 +3664,8 @@ font-style: italic;</string>
<rect>
<x>0</x>
<y>0</y>
<width>360</width>
<height>818</height>
<width>625</width>
<height>814</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
Expand Down Expand Up @@ -4930,8 +4930,8 @@ font-style: italic;</string>
<rect>
<x>0</x>
<y>0</y>
<width>390</width>
<height>645</height>
<width>625</width>
<height>639</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
Expand Down

0 comments on commit dbb49f5

Please sign in to comment.