mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Move settings tooltips to appear below items.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user