Skip to content

Commit

Permalink
Fixed tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Dec 14, 2019
1 parent 4298de6 commit 6a5b0a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/settingsdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<locale language="English" country="UnitedStates"/>
</property>
<property name="currentIndex">
<number>1</number>
<number>5</number>
</property>
<widget class="QWidget" name="basic_tab">
<property name="locale">
Expand Down Expand Up @@ -1573,6 +1573,7 @@ The qube must be running to disable seamless mode; this setting is not persisten
<tabstop>max_mem_size</tabstop>
<tabstop>vcpus</tabstop>
<tabstop>include_in_balancing</tabstop>
<tabstop>run_in_debug_mode</tabstop>
<tabstop>provides_network_checkbox</tabstop>
<tabstop>dvm_template_checkbox</tabstop>
<tabstop>default_dispvm</tabstop>
Expand All @@ -1591,7 +1592,10 @@ The qube must be running to disable seamless mode; this setting is not persisten
<tabstop>temp_full_access_time</tabstop>
<tabstop>no_strict_reset_button</tabstop>
<tabstop>refresh_apps_button</tabstop>
<tabstop>service_line_edit</tabstop>
<tabstop>add_srv_button</tabstop>
<tabstop>services_list</tabstop>
<tabstop>remove_srv_button</tabstop>
</tabstops>
<resources>
<include location="../resources.qrc"/>
Expand Down

0 comments on commit 6a5b0a3

Please sign in to comment.