forked from AuroraMiddleware/gtk
inspector: Ellipsize accessible description.
This string can be long, and we don't want to break the ui
This commit is contained in:
parent
c8cab6a79a
commit
57d00e004a
@ -660,6 +660,8 @@
|
||||
<property name="visible">true</property>
|
||||
<property name="halign">end</property>
|
||||
<property name="valign">baseline</property>
|
||||
<property name="ellipsize">end</property>
|
||||
<property name="max-width-chars">50</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user