Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/Library/demos/Boxed Lists/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ Adw.StatusPage {
}
}

Adw.ActionRow {
title: _("ActionRow can have a activatable widget");
subtitle: _("Click on the row to activate it");
activatable-widget: activatable_toggle;

[suffix]
ToggleButton activatable_toggle {
icon-name: "hand-touch-symbolic";
valign: center;
}
}

Adw.EntryRow {
title: _("A row can be an entry");
}
Expand Down