1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-11 13:18:13 +03:00

add color combobox in Details window

This commit is contained in:
Michail Vourlakos 2020-07-25 17:31:53 +03:00
parent 2153f2434d
commit ca5cc6015d

View File

@ -58,22 +58,13 @@
<item row="4" column="2"> <item row="4" column="2">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QPushButton" name="colorBtn"> <widget class="QComboBox" name="colorCmb">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>320</width> <width>320</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="text">
<string>Color...</string>
</property>
</widget> </widget>
</item> </item>
<item> <item>