Apps:Drivesetup Fix for bug #14471

* Additional newline in tooltip text to prevent clipping on low
  resolution displays

Change-Id: I8262256d2eb1cc72fb5ffe502c3112285b4f46e5
Reviewed-on: https://review.haiku-os.org/c/878
Reviewed-by: Stephan Aßmus <[email protected]>
This commit is contained in:
Rob Gill
2019-01-13 11:49:26 +00:00
committed by Stephan Aßmus
parent 7c374c6ab4
commit 0991a51b01
@@ -139,10 +139,10 @@ InitializeBFSEditor::_CreateViewControls()
fUseIndicesCheckBox = new BCheckBox(B_TRANSLATE("Enable query support"),
NULL);
fUseIndicesCheckBox->SetValue(true);
fUseIndicesCheckBox->SetToolTip(B_TRANSLATE("Disabling query support may "
"speed up certain file system operations, but should only be used "
"if one is absolutely certain that one will not need queries.\n"
"Any volume that is intended for booting Haiku must have query "
fUseIndicesCheckBox->SetToolTip(B_TRANSLATE("Disabling query support "
"may speed up certain file system operations, but should\nonly be "
"used if one is absolutely certain that one will not need queries."
"\nAny volume that is intended for booting Haiku must have query "
"support enabled."));
float spacing = be_control_look->DefaultItemSpacing();