TCC taskbar configuration: fixed up remaining issues in 'Appearance' tab.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/266/head
Michele Calgaro 2 years ago
parent a70540e7ac
commit 8631bc8993
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -224,6 +224,8 @@ TaskbarConfig::TaskbarConfig(TQWidget *parent, const char* name, const TQStringL
connect(m_widget->appearance, TQT_SIGNAL(activated(int)),
this, TQT_SLOT(appearanceChanged(int)));
connect(m_widget->kcfg_DisplayIconsNText, TQT_SIGNAL(activated(int)),
this, TQT_SLOT(displayIconsNTextChanged(int)));
addConfig(m_settingsObject, m_widget);
setQuickHelp(i18n("<h1>Taskbar</h1> You can configure the taskbar here."
@ -250,7 +252,6 @@ TaskbarConfig::TaskbarConfig(TQWidget *parent, const char* name, const TQStringL
{
m_widget->kcfg_ShowAllWindows->hide();
m_widget->kcfg_SortByDesktop->hide();
// m_widget->spacer2->changeSize(0, 0);
}
if (!TQApplication::desktop()->isVirtualDesktop() ||
@ -393,12 +394,8 @@ void TaskbarConfig::updateAppearanceCombo()
return;
}
else if (m_widget->appearance->count() == (int)m_appearances.count())
{
m_widget->customAppearance->setEnabled(true);
}
m_widget->appearance->setCurrentItem(m_appearances.count());
m_widget->customAppearance->setEnabled(true);
}
void TaskbarConfig::updateCustomAppearance()
@ -408,19 +405,35 @@ void TaskbarConfig::updateCustomAppearance()
m_widget->kcfg_ShowButtonOnHover->setChecked(m_settingsObject->showButtonOnHover());
}
void TaskbarConfig::updateIconsTextCombo()
{
if (m_widget->kcfg_DisplayIconsNText->currentText() == "Text only")
{
m_widget->useIconsFrame->setEnabled(false);
}
else
{
m_widget->useIconsFrame->setEnabled(true);
}
}
void TaskbarConfig::appearanceChanged(int selected)
{
if (selected < m_appearances.count())
{
m_widget->customAppearance->setEnabled(false);
unmanagedWidgetChangeState(!m_appearances[selected].matchesSettings());
}
else if(selected == m_appearances.count())
{
m_widget->customAppearance->setEnabled(true);
updateCustomAppearance();
unmanagedWidgetChangeState(true);
}
unmanagedWidgetChangeState(true);
}
void TaskbarConfig::displayIconsNTextChanged(int selected)
{
m_widget->useIconsFrame->setEnabled(selected != 1); // 1 == Text only
}
void TaskbarConfig::load()
@ -428,6 +441,7 @@ void TaskbarConfig::load()
TDECModule::load();
slotUpdateComboBox();
updateAppearanceCombo();
updateIconsTextCombo();
m_widget->showAllScreens->setChecked(!m_settingsObject->showCurrentScreenOnly());
int iconSize = m_settingsObject->iconSize();
@ -468,6 +482,7 @@ void TaskbarConfig::defaults()
TDECModule::defaults();
slotUpdateComboBox();
updateAppearanceCombo();
updateIconsTextCombo();
}
void TaskbarConfig::notChanged()

@ -67,6 +67,7 @@ public slots:
protected slots:
void slotUpdateComboBox();
void appearanceChanged(int);
void displayIconsNTextChanged(int);
void notChanged();
void slotUpdateCustomColors();
@ -78,6 +79,7 @@ private slots:
private:
TaskbarAppearance::List m_appearances;
void updateAppearanceCombo();
void updateIconsTextCombo();
void updateCustomAppearance();
static const TQStringList& actionList();
static TQStringList i18nActionList();

@ -139,7 +139,7 @@
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="4">
<widget class="TQCheckBox" row="0" column="0" colspan="4">
<property name="name">
<cstring>kcfg_ShowAllWindows</cstring>
</property>
@ -153,12 +153,27 @@
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Turning this option off will cause the taskbar to display &lt;b&gt;only&lt;/b&gt; the windows on the current desktop.
By default, this option is selected and all windows are shown.</string>
<string>Turning this option off will cause the taskbar to display &lt;b&gt;only&lt;/b&gt; the windows on the current desktop. By default, this option is selected and all windows are shown.</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="1" rowspan="1" colspan="3">
<spacer row="1" column="0">
<property name="name">
<cstring>spacer2_2_3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="1" column="1" colspan="3">
<property name="name">
<cstring>kcfg_SortByDesktop</cstring>
</property>
@ -172,12 +187,27 @@ By default, this option is selected and all windows are shown.</string>
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Selecting this option causes the taskbar to show windows in order of the desktop they appear on.
By default this option is selected.</string>
<string>Selecting this option causes the taskbar to show windows in order of the desktop they appear on. By default this option is selected.</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0" colspan="4">
<property name="name">
<cstring>showAllScreens</cstring>
</property>
<property name="text">
<string>Show windows from all sc&amp;reens</string>
</property>
<property name="accel">
<string>Alt+R</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Turning this option off will cause the taskbar to display &lt;b&gt;only&lt;/b&gt; windows which are on the same Xinerama screen as the taskbar. By default, this option is selected and all windows are shown.</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0" rowspan="1" colspan="4">
<widget class="TQCheckBox" row="3" column="0" colspan="4">
<property name="name">
<cstring>kcfg_ShowOnlyIconified</cstring>
</property>
@ -188,33 +218,14 @@ By default this option is selected.</string>
<string>Alt+N</string>
</property>
<property name="whatsThis" stdset="0">
<string>Select this option if you want the taskbar to display &lt;b&gt;only&lt;/b&gt; minimized windows.
By default, this option is not selected and the taskbar will show all windows.</string>
<string>Select this option if you want the taskbar to display &lt;b&gt;only&lt;/b&gt; minimized windows. By default, this option is not selected and the taskbar will show all windows.</string>
</property>
</widget>
<widget class="KSeparator" row="4" column="0" rowspan="1" colspan="4">
<widget class="KSeparator" row="4" column="0" colspan="4">
<property name="name">
<cstring>kSeparator5</cstring>
</property>
</widget>
<spacer row="6" column="3">
<property name="name">
<cstring>spacer23</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="5" column="0" rowspan="2" colspan="2">
<property name="name">
<cstring>showTaskStatesLabel</cstring>
@ -232,7 +243,7 @@ By default, this option is not selected and the taskbar will show all windows.</
<cstring>kcfg_ShowTaskStates</cstring>
</property>
</widget>
<widget class="TQComboBox" row="5" column="2" rowspan="2" colspan="1">
<widget class="TQComboBox" row="5" column="2" rowspan="2">
<property name="name">
<cstring>kcfg_ShowTaskStates</cstring>
</property>
@ -254,42 +265,23 @@ By default, this option is not selected and the taskbar will show all windows.</
<string>The taskbar can show and/or hide tasks based on their current process state. Select &lt;em&gt;Any&lt;/em&gt; to show all tasks regardless of current state.</string>
</property>
</widget>
<spacer row="1" column="0">
<spacer row="6" column="3">
<property name="name">
<cstring>spacer2_2_3</cstring>
<cstring>spacer23</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>showAllScreens</cstring>
</property>
<property name="text">
<string>Show windows from all sc&amp;reens</string>
</property>
<property name="accel">
<string>Alt+R</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="whatsThis" stdset="0">
<string>Turning this option off will cause the taskbar to display &lt;b&gt;only&lt;/b&gt; windows which are on the same Xinerama screen as the taskbar.
By default, this option is selected and all windows are shown.</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQButtonGroup">
@ -328,7 +320,7 @@ By default, this option is selected and all windows are shown.</string>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="1" column="1" rowspan="1" colspan="3">
<widget class="TQCheckBox" row="1" column="1" colspan="3">
<property name="name">
<cstring>kcfg_AllowDragAndDropReArrange</cstring>
</property>
@ -345,7 +337,7 @@ By default, this option is selected and all windows are shown.</string>
<string>Turning this option on will allow tasks on the taskbar to be manually rearranged using drag and drop.</string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="4">
<widget class="TQCheckBox" row="0" column="0" colspan="4">
<property name="name">
<cstring>kcfg_SortByApp</cstring>
</property>
@ -359,12 +351,12 @@ By default, this option is selected and all windows are shown.</string>
<bool>true</bool>
</property>
</widget>
<widget class="KSeparator" row="3" column="0" rowspan="1" colspan="4">
<widget class="KSeparator" row="3" column="0" colspan="4">
<property name="name">
<cstring>kSeparator6</cstring>
</property>
</widget>
<widget class="TQLabel" row="4" column="0" rowspan="1" colspan="2">
<widget class="TQLabel" row="4" column="0" colspan="2">
<property name="name">
<cstring>groupTasksLabel</cstring>
</property>
@ -400,11 +392,7 @@ By default, this option is selected and all windows are shown.</string>
</size>
</property>
<property name="whatsThis" stdset="0">
<string>The taskbar can group similar windows into single buttons. When one of these window group buttons are clicked on a menu appears showing all the windows in that group. This can be especially useful with the &lt;em&gt;Show all windows&lt;/em&gt; option.
You can set the taskbar to &lt;strong&gt;Never&lt;/strong&gt; group windows, to &lt;strong&gt;Always&lt;/strong&gt; group windows or to group windows only &lt;strong&gt;When the Taskbar is Full&lt;/strong&gt;.
By default the taskbar groups windows when it is full.</string>
<string>The taskbar can group similar windows into single buttons. When one of these window group buttons are clicked on a menu appears showing all the windows in that group. This can be especially useful with the &lt;em&gt;Show all windows&lt;/em&gt; option. You can set the taskbar to &lt;strong&gt;Never&lt;/strong&gt; group windows, to &lt;strong&gt;Always&lt;/strong&gt; group windows or to group windows only &lt;strong&gt;When the Taskbar is Full&lt;/strong&gt;. By default the taskbar groups windows when it is full.</string>
</property>
</widget>
<spacer row="4" column="3">
@ -480,7 +468,7 @@ By default the taskbar groups windows when it is full.</string>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>4</vsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -509,7 +497,7 @@ By default the taskbar groups windows when it is full.</string>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="3">
<widget class="TQCheckBox" row="1" column="0" colspan="3">
<property name="name">
<cstring>kcfg_UseCustomColors</cstring>
</property>
@ -526,7 +514,7 @@ By default the taskbar groups windows when it is full.</string>
<bool>true</bool>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="1" rowspan="1" colspan="2">
<widget class="TQLayoutWidget" row="2" column="1" colspan="2">
<property name="name">
<cstring>layout19</cstring>
</property>
@ -576,25 +564,16 @@ By default the taskbar groups windows when it is full.</string>
<property name="name">
<cstring>kcfg_InactiveTaskTextColor</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KColorButton" row="1" column="1">
<property name="name">
<cstring>kcfg_ActiveTaskTextColor</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KColorButton" row="2" column="1">
<property name="name">
<cstring>kcfg_TaskBackgroundColor</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
@ -638,7 +617,7 @@ By default the taskbar groups windows when it is full.</string>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="2">
<widget class="TQCheckBox" row="0" column="0" colspan="2">
<property name="name">
<cstring>kcfg_ShowWindowListBtn</cstring>
</property>
@ -655,7 +634,23 @@ By default the taskbar groups windows when it is full.</string>
<string>Selecting this option causes the taskbar to display a button that, when clicked, shows a list of all windows in a popup menu.</string>
</property>
</widget>
<widget class="TQSpinBox" row="1" column="1">
<widget class="KSeparator" row="1" column="0" colspan="2">
<property name="name">
<cstring>kSeparator7</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>maxButtonWidthLabel</cstring>
</property>
<property name="text">
<string>Max width for buttons:</string>
</property>
<property name="whatsThis" stdset="0">
<string>This option allows to set the maximum width for taskbar buttons.</string>
</property>
</widget>
<widget class="TQSpinBox" row="2" column="1">
<property name="name">
<cstring>kcfg_MaximumButtonWidth</cstring>
</property>
@ -672,14 +667,6 @@ By default the taskbar groups windows when it is full.</string>
<number>200</number>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>maxButtonWidthLabel</cstring>
</property>
<property name="text">
<string>Maximum button width:</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQButtonGroup" row="1" column="0">
@ -701,7 +688,41 @@ By default the taskbar groups windows when it is full.</string>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQComboBox" row="0" column="2" rowspan="1" colspan="2">
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>displayIconsNTextLabel</cstring>
</property>
<property name="text">
<string>Dis&amp;play:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_DisplayIconsNText</cstring>
</property>
<property name="minimumSize">
<size>
<width>130</width>
<height>0</height>
</size>
</property>
</widget>
<spacer row="0" column="1">
<property name="name">
<cstring>spacer2_2_2_3_3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQComboBox" row="0" column="2" colspan="2">
<property name="name">
<cstring>kcfg_DisplayIconsNText</cstring>
</property>
@ -717,60 +738,43 @@ By default the taskbar groups windows when it is full.</string>
<string>Choose taskbar display mode among &lt;strong&gt;Icons and text&lt;/strong&gt;, &lt;strong&gt;Text only&lt;/strong&gt; and &lt;strong&gt;Icons only&lt;/strong&gt;.</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<widget class="TQFrame" row="1" column="0" colspan="4">
<property name="name">
<cstring>displayIconsNTextLabel</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<cstring>useIconsFrame</cstring>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Dis&amp;play:</string>
<property name="frameShape">
<enum>StyledPanel</enum>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_DisplayIconsNText</cstring>
<property name="frameShadow">
<enum>Raised</enum>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="4">
<grid>
<widget class="TQCheckBox" row="0" column="0" colspan="3">
<property name="name">
<cstring>kcfg_ShowThumbnails</cstring>
<cstring>smallIcons</cstring>
</property>
<property name="text">
<string>Show thumbnails on hover (needs TWin compositor enabled)</string>
</property>
</widget>
<widget class="TQSpinBox" row="3" column="3">
<property name="name">
<cstring>kcfg_ThumbnailMaxDimension</cstring>
</property>
<property name="enabled">
<bool>false</bool>
<string>Small icons</string>
</property>
<property name="suffix">
<string> px</string>
<property name="whatsThis" stdset="0">
<string>Selecting this option makes the taskbar use small icons.</string>
</property>
<property name="maxValue">
<number>500</number>
<property name="checked">
<bool>true</bool>
</property>
<property name="minValue">
<number>50</number>
</widget>
<widget class="TQCheckBox" row="1" column="0" colspan="3">
<property name="name">
<cstring>kcfg_ShowThumbnails</cstring>
</property>
<property name="value">
<number>100</number>
<property name="text">
<string>Show thumbnails on hover</string>
</property>
</widget>
<spacer row="3" column="0">
<spacer row="2" column="0">
<property name="name">
<cstring>spacer2_2_2_3</cstring>
</property>
@ -787,7 +791,7 @@ By default the taskbar groups windows when it is full.</string>
</size>
</property>
</spacer>
<widget class="TQLabel" row="3" column="1" rowspan="1" colspan="2">
<widget class="TQLabel" row="2" column="1">
<property name="name">
<cstring>thumbMaxDimensionLabel</cstring>
</property>
@ -798,16 +802,27 @@ By default the taskbar groups windows when it is full.</string>
<string>Maximum dimension:</string>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="2">
<widget class="TQSpinBox" row="2" column="2">
<property name="name">
<cstring>smallIcons</cstring>
<cstring>kcfg_ThumbnailMaxDimension</cstring>
</property>
<property name="text">
<string>Small icons</string>
<property name="enabled">
<bool>false</bool>
</property>
<property name="checked">
<bool>true</bool>
<property name="suffix">
<string> px</string>
</property>
<property name="maxValue">
<number>500</number>
</property>
<property name="minValue">
<number>50</number>
</property>
<property name="value">
<number>100</number>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
@ -840,8 +855,31 @@ By default the taskbar groups windows when it is full.</string>
<property name="buddy" stdset="0">
<cstring>appearance</cstring>
</property>
<property name="minimumSize">
<size>
<width>130</width>
<height>0</height>
</size>
</property>
</widget>
<widget class="TQComboBox" row="0" column="1">
<spacer row="0" column="1">
<property name="name">
<cstring>spacer2_2_2_3_3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Fixed</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQComboBox" row="0" column="2" colspan="2">
<property name="name">
<cstring>appearance</cstring>
</property>
@ -854,7 +892,7 @@ By default the taskbar groups windows when it is full.</string>
</sizepolicy>
</property>
</widget>
<widget class="TQFrame" row="2" column="0" rowspan="1" colspan="2">
<widget class="TQFrame" row="1" column="0" colspan="4">
<property name="name">
<cstring>customAppearance</cstring>
</property>
@ -871,30 +909,13 @@ By default the taskbar groups windows when it is full.</string>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_HaloText</cstring>
</property>
<property name="text">
<string>Draw halo around text</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="2">
<widget class="TQCheckBox" row="0" column="0" colspan="3">
<property name="name">
<cstring>kcfg_DrawButtons</cstring>
</property>
<property name="text">
<string>Always draw items as buttons</string>
</property>
<property name="accel">
<string></string>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
@ -913,15 +934,23 @@ By default the taskbar groups windows when it is full.</string>
</size>
</property>
</spacer>
<widget class="TQCheckBox" row="1" column="1">
<widget class="TQCheckBox" row="1" column="1" colspan="2">
<property name="name">
<cstring>kcfg_ShowButtonOnHover</cstring>
</property>
<property name="text">
<string>Draw items as buttons on hover</string>
</property>
<property name="accel">
<string></string>
</widget>
<widget class="TQCheckBox" row="2" column="0" colspan="3">
<property name="name">
<cstring>kcfg_HaloText</cstring>
</property>
<property name="text">
<string>Draw halo around text</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</grid>
@ -1032,7 +1061,7 @@ By default the taskbar groups windows when it is full.</string>
<cstring>kcfg_RightButtonAction</cstring>
</property>
</widget>
<widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2">
<widget class="TQCheckBox" row="4" column="0" colspan="2">
<property name="name">
<cstring>kcfg_CycleWheel</cstring>
</property>

@ -171,7 +171,6 @@ private:
TQImage m_blendGradient;
TaskBarSettings* m_settingsObject;
TaskBarSettings* m_globalSettingsObject;
};
#endif

@ -173,19 +173,20 @@
<label>Draw taskbar entries "flat" and not as a button</label>
<whatsthis>Turning this option on will cause the taskbar to draw visible button frames for each entry in the taskbar. By default, this option is off.</whatsthis>
</entry>
<entry key="ShowButtonOnHover" type="Bool" >
<default>true</default>
<label>Show a visible button frame on the task the cursor is positioned over</label>
<whatsthis>Turning this option on will cause the taskbar to draw a visible button frame around the item currently under the mouse. By default, this option is on.</whatsthis>
</entry>
<entry key="HaloText" type="Bool" >
<default>false</default>
<label>Draw taskbar text with a halo around it</label>
<whatsthis>Turning this option on will cause the taskbar to draw fancier text that has an outline around it. While this is useful for transparent panels or particularly dark panel backgrounds, it is slower.</whatsthis>
</entry>
<entry key="ShowButtonOnHover" type="Bool" >
<default>true</default>
<label>Show a visible button frame on the task the cursor is positioned over</label>
</entry>
<entry key="ShowThumbnails" type="Bool" >
<default>false</default>
<label>Show thumbnails instead of icons in the mouse-over effects</label>
<whatsthis>Enabling this option will draw a thumbnail of the window in its mouse-over effect.<p>If a window is minimized or resides on a different desktop while the taskbar is starting, an icon is shown until the window is restored or the appropriate desktop is activated, respectively.</p></whatsthis>
<whatsthis>Enabling this option will draw a thumbnail of the window in its mouse-over effect.<p>If a window is minimized or resides on a different desktop while the taskbar is starting, an icon is shown until the window is restored or the appropriate desktop is activated, respectively. This options needs a TWin compositor in order to work.</p></whatsthis>
</entry>
<entry key="ThumbnailMaxDimension" type="UInt" >
<default>100</default>

Loading…
Cancel
Save