Skip to content
Snippets Groups Projects
Commit 9eff1347 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Tobias Hunger
Browse files

ClearCase: Make Tab change focus on Check Out dialog


Change-Id: Id517ff1b33fcde6fd49565b182e907757ac122fd
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent bfd60918
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,11 @@
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="txtComment"/>
<widget class="QPlainTextEdit" name="txtComment">
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chkReserved">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment