diff options
author | CrystalP <crystalp@kodi.tv> | 2024-03-04 11:52:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 11:52:14 -0500 |
commit | b5330d6011133c1fb5813c90f1eedea7cd1b8af6 (patch) | |
tree | 409457e52d9f26f3d6f4ffcb3e5f9b53f7555e25 | |
parent | 8404b9f510f84b7416f5ff3f2bc7567a93d3dbb6 (diff) | |
parent | da065d45be327103ca6120a9add4937fe7728e25 (diff) |
Merge pull request #24804 from CrystalP/doxygen-sliderbardisabled
[doc] Fix incorrect tag name for the disabled slider bar texture
-rw-r--r-- | xbmc/guilib/GUISliderControl.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/guilib/GUISliderControl.dox b/xbmc/guilib/GUISliderControl.dox index 06ff2d941a..a0c99548ce 100644 --- a/xbmc/guilib/GUISliderControl.dox +++ b/xbmc/guilib/GUISliderControl.dox @@ -50,7 +50,7 @@ important, as xml tags are case-sensitive. | Tag | Description | |-------------------------:|:--------------------------------------------------------------| | texturesliderbar | Specifies the image file which should be displayed in the background of the slider control. [See here for additional information about textures](http://kodi.wiki/view/Texture_Attributes). -| texturesliderdisabled | Specifies the image file which should be displayed in the background of the slider control when it is disabled. +| texturesliderbardisabled | Specifies the image file which should be displayed in the background of the slider control when it is disabled. | textureslidernib | Specifies the image file which should be displayed for the slider nib. | textureslidernibfocus | Specifies the image file which should be displayed for the slider nib when it has focus. | textureslidernibdisabled | Specifies the image file which should be displayed for the slider nib when it is disabled. |