Skip to content

Commit

Permalink
extension-row: Increase title and subtitle lines
Browse files Browse the repository at this point in the history
Shows more information when needed on smaller screens.
  • Loading branch information
oscfdezdz committed Feb 3, 2025
1 parent 82c4ac8 commit d195ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exm-extension-row.blp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ using Gtk 4.0;
using Adw 1;

template $ExmExtensionRow: Adw.ExpanderRow {
title-lines: 1;
subtitle-lines: 1;
title-lines: 2;
subtitle-lines: 2;
subtitle: bind template.extension as <$ExmExtension>.uuid;

[suffix]
Expand Down

0 comments on commit d195ee2

Please sign in to comment.