diff -r 03e7c23a05b1 -r 4a0f7105dbd8 eric7/Preferences/ConfigurationPages/InterfacePage.ui --- a/eric7/Preferences/ConfigurationPages/InterfacePage.ui Tue Dec 28 15:02:01 2021 +0100 +++ b/eric7/Preferences/ConfigurationPages/InterfacePage.ui Tue Dec 28 15:04:17 2021 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>550</width> - <height>1048</height> + <height>1140</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -194,6 +194,29 @@ </property> </widget> </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Style Icons Path:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="EricPathPicker" name="styleIconsPathPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path to the icons used within the style sheet (empty for default)</string> + </property> + </widget> + </item> </layout> </item> <item> @@ -614,6 +637,7 @@ <tabstop>filenameLengthSpinBox</tabstop> <tabstop>styleComboBox</tabstop> <tabstop>styleSheetPicker</tabstop> + <tabstop>styleIconsPathPicker</tabstop> <tabstop>iconBarButton</tabstop> <tabstop>iconSizeComboBox</tabstop> <tabstop>combinedLeftRightSidebarCheckBox</tabstop>