mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
whatsthis tips for the Arrange In and Align combos
This commit is contained in:
parent
76916d27b0
commit
6639567e2b
1 changed files with 10 additions and 2 deletions
|
@ -117,7 +117,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="5" column="2">
|
||||
<widget class="QComboBox" name="layoutCombo"/>
|
||||
<widget class="QComboBox" name="layoutCombo">
|
||||
<property name="whatsThis">
|
||||
<string>Use this control to choose whether the icons will be arranged horizontally (in rows) or vertically (in columns).</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QLabel" name="alignmentLabel">
|
||||
|
@ -130,7 +134,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="6" column="2">
|
||||
<widget class="QComboBox" name="alignmentCombo"/>
|
||||
<widget class="QComboBox" name="alignmentCombo">
|
||||
<property name="whatsThis">
|
||||
<string>Use this control to choose whether the icons will be aligned to the left or to the right side of the screen.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="1">
|
||||
<widget class="QLabel" name="lockInPlaceLabel">
|
||||
|
|
Loading…
Reference in a new issue