Skip to content

Commit aa88c85

Browse files
committedSep 23, 2018
Remove maximum width from categorized/graduate expression widgets
This constraint makes the widgets no-hidpi friendly
1 parent 469b4b4 commit aa88c85

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed
 

‎src/ui/qgscategorizedsymbolrendererv2widget.ui

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
</item>
2727
<item row="0" column="1">
2828
<widget class="QgsFieldExpressionWidget" name="mExpressionWidget" native="true">
29-
<property name="maximumSize">
30-
<size>
31-
<width>500</width>
32-
<height>16777215</height>
33-
</size>
34-
</property>
3529
<property name="focusPolicy">
3630
<enum>Qt::StrongFocus</enum>
3731
</property>

‎src/ui/qgsgraduatedsymbolrendererv2widget.ui

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
<height>0</height>
3333
</size>
3434
</property>
35-
<property name="maximumSize">
36-
<size>
37-
<width>500</width>
38-
<height>16777215</height>
39-
</size>
40-
</property>
4135
<property name="focusPolicy">
4236
<enum>Qt::StrongFocus</enum>
4337
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.