mirror of https://gitlab.com/nakst/essence
adjust taskbar button spacing
This commit is contained in:
parent
8e58aa9677
commit
8db3ef4e71
|
@ -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);
|
||||
|
|
|
@ -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))
|
||||
|
|
Binary file not shown.
BIN
res/Theme.dat
BIN
res/Theme.dat
Binary file not shown.
Loading…
Reference in New Issue