mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-11 13:18:13 +03:00
improve text for Single/Multiple layouts
This commit is contained in:
parent
22fa4c8fc8
commit
761305af61
@ -62,10 +62,10 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Only one layout can be present in memory at all cases</string>
|
||||
<string>Only one layout is applied at all times for all activities</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string comment="single layout">Single Layout</string>
|
||||
<string comment="single layout">Single layout at all times</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
@ -75,10 +75,10 @@
|
||||
<item>
|
||||
<widget class="QToolButton" name="multipleToolBtn">
|
||||
<property name="toolTip">
|
||||
<string>Multiple layouts can be present and active in memory at the same time</string>
|
||||
<string>Multiple layouts can be present and active in memory at the same time for different activities</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string comment="multiple layouts">Multiple Layouts</string>
|
||||
<string comment="multiple layouts">Multiple layouts based on activities</string>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
@ -171,7 +171,8 @@
|
||||
<string>Activities...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="activities"/>
|
||||
<iconset theme="activities">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -278,7 +279,8 @@
|
||||
<string>Enabled</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="edit-link"/>
|
||||
<iconset theme="edit-link">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user