Skip to content

Commit

Permalink
Added tooltip to NetVM for DispVM in Settings GUI
Browse files Browse the repository at this point in the history
Added an explanatory tooltip for NetVM for DispVM field in Settings GUI.

fixes QubesOS/qubes-issues#2379
  • Loading branch information
marmarta committed Jul 13, 2018
1 parent 812c71f commit 84f5a26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion settingsdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="dispvm_netvm"/>
<widget class="QComboBox" name="dispvm_netvm">
<property name="toolTip">
<string>Sets NetVM for DispVMs started from this VM. Does not affect DispVMs launched in any other way.</string>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 84f5a26

Please sign in to comment.