diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-15 04:07:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-15 04:07:22 -0500 |
commit | 93e334df145c1682214d0c386ae7e621c188a2cc (patch) | |
tree | f6243a61e82011464f23662d968afbab3189a36e /clients/tde/src/part/scope | |
parent | d865ad890422e5c9a53817186457269f613b4e5a (diff) | |
download | ulab-93e334df145c1682214d0c386ae7e621c188a2cc.tar.gz ulab-93e334df145c1682214d0c386ae7e621c188a2cc.zip |
Fix trace viewer
Diffstat (limited to 'clients/tde/src/part/scope')
-rw-r--r-- | clients/tde/src/part/scope/layout.ui | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/clients/tde/src/part/scope/layout.ui b/clients/tde/src/part/scope/layout.ui index f824d7a..038bf7f 100644 --- a/clients/tde/src/part/scope/layout.ui +++ b/clients/tde/src/part/scope/layout.ui @@ -52,6 +52,14 @@ <property name="title"> <string>Trace Viewer</string> </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>1</horstretch> + <verstretch>1</verstretch> + </sizepolicy> + </property> <grid> <property name="name"> <cstring>unnamed</cstring> @@ -60,14 +68,6 @@ <property name="name"> <cstring>traceWidget</cstring> </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>1</horstretch> - <verstretch>1</verstretch> - </sizepolicy> - </property> <property name="minimumSize"> <size> <width>80</width> @@ -79,14 +79,6 @@ <property name="name"> <cstring>traceZoomWidget</cstring> </property> - <property name="sizePolicy"> - <sizepolicy> - <hsizetype>7</hsizetype> - <vsizetype>7</vsizetype> - <horstretch>1</horstretch> - <verstretch>1</verstretch> - </sizepolicy> - </property> <property name="minimumSize"> <size> <width>80</width> |