Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1838 from bodwok/fix_1761_fusion_resource_tab_order
Browse files Browse the repository at this point in the history
Fix #1761: Fusion resource tab order
  • Loading branch information
tst-basilhuffman authored Sep 10, 2020
2 parents 0fc1e72 + e7df989 commit ce0425c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions earth_enterprise/src/fusion/fusionui/rasterassetwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,10 @@
<tabstop>clamp_elev_check</tabstop>
<tabstop>lutfile_chooser_btn</tabstop>
<tabstop>lutfile_delete_btn</tabstop>
<tabstop>south_boundary</tabstop>
<tabstop>north_boundary</tabstop>
<tabstop>west_boundary</tabstop>
<tabstop>east_boundary</tabstop>
<tabstop>source_list</tabstop>
<tabstop>add_src_btn</tabstop>
<tabstop>delete_src_btn</tabstop>
Expand Down
6 changes: 3 additions & 3 deletions earth_enterprise/src/fusion/fusionui/vectorassetwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,12 @@
<tabstop>acquisition_date_year</tabstop>
<tabstop>acquisition_date_month</tabstop>
<tabstop>acquisition_date_day</tabstop>
<tabstop>codec_combo</tabstop>
<tabstop>elev_units_combo</tabstop>
<tabstop>force_feature_type_combo</tabstop>
<tabstop>provider_combo</tabstop>
<tabstop>codec_combo</tabstop>
<tabstop>layer_spin</tabstop>
<tabstop>elev_units_combo</tabstop>
<tabstop>ignore_bad_features_check</tabstop>
<tabstop>force_feature_type_combo</tabstop>
<tabstop>do_not_fix_invalid_geometries_check</tabstop>
<tabstop>south_boundary</tabstop>
<tabstop>north_boundary</tabstop>
Expand Down

0 comments on commit ce0425c

Please sign in to comment.