App launcher
[skip ci]
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<template name="Subtext">
|
||||
<div flex_direction="row" gap="8">
|
||||
<label weight="bold" text="${title}" />
|
||||
<label text="foo" />
|
||||
<label id="${label_id}" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -14,26 +14,25 @@
|
||||
<include src="../t_group_box.xml" />
|
||||
|
||||
<elements>
|
||||
<div flex_direction="row" gap="16" width="100%">
|
||||
<rectangle macro="group_box" id="icon_parent" height="100%" padding="8" color="#0033aa66" color2="#00000022" gradient="vertical" justify_content="center">
|
||||
<div flex_direction="row" gap="16">
|
||||
<rectangle macro="group_box" id="icon_parent" padding="8" color="#0033aa66" color2="#00000022" gradient="vertical" justify_content="center">
|
||||
|
||||
</rectangle>
|
||||
<div flex_direction="column" gap="8" width="100%" align_items="baseline">
|
||||
<div flex_direction="column" gap="8">
|
||||
<label id="label_title" weight="bold" size="32" />
|
||||
<Subtext title="Exec:" />
|
||||
<Subtext title="Args:" />
|
||||
<Subtext title="Exec:" label_id="label_exec" />
|
||||
<Subtext title="Args:" label_id="label_args" />
|
||||
<Separator />
|
||||
<CheckBox text="Run in X11 mode (cage)" />
|
||||
<CheckBox text="Run in Wayland mode" checked="1" />
|
||||
<CheckBox id="cb_cage_mode" text="Run in X11 mode (cage)" />
|
||||
<CheckBox id="cb_wayland_mode" text="Run in Wayland mode" checked="1" />
|
||||
<Separator />
|
||||
<Button color="#44ce22FF" padding_top="4" padding_bottom="4" round="8" padding_right="12">
|
||||
<Button align_self="baseline" color="#44ce22FF" padding_top="4" padding_bottom="4" round="8" padding_right="12" min_height="40">
|
||||
<sprite src_builtin="dashboard/play.svg" width="32" height="32" />
|
||||
<label text="Launch embedded" weight="bold" size="17" shadow="#00000099" />
|
||||
<label text="Launch embedded (todo)" weight="bold" size="17" shadow="#00000099" />
|
||||
</Button>
|
||||
<Separator />
|
||||
<rectangle macro="group_box">
|
||||
<label size="16" weight="bold" text="Or launch it detached" />
|
||||
</rectangle>
|
||||
<label size="16" weight="bold" text="Or launch it detached" />
|
||||
<div id="display_list_parent" />
|
||||
</div>
|
||||
</div>
|
||||
</elements>
|
||||
|
||||
Reference in New Issue
Block a user