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

Commit

Permalink
Fix #1761: Fusion resource tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
bodwok committed Sep 6, 2020
1 parent ec83a3f commit e7df989
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 e7df989

Please sign in to comment.