Skip to content

Commit

Permalink
Remove maximum width from categorized/graduate expression widgets
Browse files Browse the repository at this point in the history
This constraint makes the widgets no-hidpi friendly
  • Loading branch information
nyalldawson committed Sep 23, 2018
1 parent 469b4b4 commit aa88c85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/ui/qgscategorizedsymbolrendererv2widget.ui
Expand Up @@ -26,12 +26,6 @@
</item>
<item row="0" column="1">
<widget class="QgsFieldExpressionWidget" name="mExpressionWidget" native="true">
<property name="maximumSize">
<size>
<width>500</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
Expand Down
6 changes: 0 additions & 6 deletions src/ui/qgsgraduatedsymbolrendererv2widget.ui
Expand Up @@ -32,12 +32,6 @@
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>16777215</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
Expand Down

0 comments on commit aa88c85

Please sign in to comment.