diff --git a/desktop/desktop.cpp b/desktop/desktop.cpp index 8253571..bd1b12c 100644 --- a/desktop/desktop.cpp +++ b/desktop/desktop.cpp @@ -2734,7 +2734,7 @@ void DesktopSetup() { ApplicationInstanceCreate(&startupInformation, nullptr); }); - desktop.taskBar.taskList.Initialise(panel, ES_CELL_FILL, ReorderListMessage, nullptr); + desktop.taskBar.taskList.Initialise(panel, ES_CELL_FILL, ReorderListMessage, ES_STYLE_TASK_BAR_LIST); desktop.taskBar.taskList.cName = "task list"; desktop.tasksButton = EsButtonCreate(panel, ES_ELEMENT_HIDDEN, ES_STYLE_TASK_BAR_BUTTON); diff --git a/desktop/styles.header b/desktop/styles.header index 79e9590..0b8ff65 100644 --- a/desktop/styles.header +++ b/desktop/styles.header @@ -122,3 +122,4 @@ define ES_STYLE_TOOLBAR_SPACER_SMALL (ES_STYLE_CAST(3)) define ES_STYLE_LIST_CHOICE_ITEM_2X (ES_STYLE_CAST(9)) define ES_STYLE_TEXTBOX_BORDERED_SINGLE_MEDIUM (ES_STYLE_CAST(11)) define ES_STYLE_SEPARATOR_VERTICAL (ES_STYLE_CAST(13)) +private define ES_STYLE_TASK_BAR_LIST (ES_STYLE_CAST(15)) diff --git a/res/Theme Source.dat b/res/Theme Source.dat index 0af32ac..d5ac4fe 100644 Binary files a/res/Theme Source.dat and b/res/Theme Source.dat differ diff --git a/res/Theme.dat b/res/Theme.dat index 82ec35c..b8cf350 100644 Binary files a/res/Theme.dat and b/res/Theme.dat differ