summaryrefslogtreecommitdiffstats
path: root/views/controls/label.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/label.cc')
-rw-r--r--views/controls/label.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/label.cc b/views/controls/label.cc
index 19060f6..89e9a572 100644
--- a/views/controls/label.cc
+++ b/views/controls/label.cc
@@ -248,7 +248,7 @@ void Label::SizeToFit(int max_width) {
bool Label::GetAccessibleRole(AccessibilityTypes::Role* role) {
DCHECK(role);
- *role = AccessibilityTypes::ROLE_TEXT;
+ *role = AccessibilityTypes::ROLE_STATICTEXT;
return true;
}