Move settings tooltips to appear below items.

This commit is contained in:
Oliver Hamlet
2014-12-24 23:11:31 +00:00
parent df9dce386d
commit 7b616b141c
+2 -2
View File
@@ -260,13 +260,13 @@ along with LOOT. If not, see <http://www.gnu.org/licenses/>.
<!-- Game <option> elements go here. -->
</loot-dropdown-menu>
</div>
<core-tooltip center horizontal layout label="Language changes will be applied after LOOT is restarted." noarrow position="right">
<core-tooltip center horizontal layout label="Language changes will be applied after LOOT is restarted." noarrow>
<div>Language</div>
<loot-dropdown-menu id="languageSelect">
<!-- Language <option> elements go here. -->
</loot-dropdown-menu>
</core-tooltip>
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout noarrow position="right">
<core-tooltip label="The output is logged to the LOOTDebugLog.txt file." center horizontal layout noarrow>
<paper-checkbox id="enableDebugLogging" label="Enable debug logging"></paper-checkbox>
</core-tooltip>
<paper-checkbox id="updateMasterlist" label="Update masterlist before sorting"></paper-checkbox>