Skip to content

Commit

Permalink
Fix #12100 - Expression tab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Feb 4, 2015
1 parent 421dfb2 commit 9de6ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsexpressionbuilder.ui
Expand Up @@ -35,7 +35,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<property name="documentMode">
<bool>true</bool>
Expand Down

4 comments on commit 9de6ae9

@giohappy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NathanW2 When a field is clicked the documentation area is populated and enlarged. It covers the Functions area and it's not resizable. To uncover the Functions list the user has to enlarge the window.
Probably we should shrink the Expression area when this happens, letting the Functions area at its minimum required size (this could be achieved defining the right QZisePolicy). Otherwise the two areas (Functions and Doc) should be resizable, like a dock widget.

select_by_expression

@NathanW2
Copy link
Member Author

@NathanW2 NathanW2 commented on 9de6ae9 Feb 6, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@giohappy
Copy link
Contributor

@giohappy giohappy commented on 9de6ae9 Feb 6, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NathanW2
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.