Skip to content

Commit

Permalink
Adjustments in UI file
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 2, 2024
1 parent 8df0641 commit d70b651
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions data/ui/sleep_timer_dialog.blp
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
using Gtk 4.0;
using Adw 1;

EntryBuffer timer_buffer {
text: '0';
max-length: 10;
}

Adjustment timer_value {
upper: 120;
step-increment: 1;
page-increment: 5;
}

template $SleepTimer: Adw.Dialog {
width-request: 180;
width-request: 250;
content-width: 380;

title: _("Sleep Timer");

child: Adw.ToolbarView toolbarview{
Expand Down

0 comments on commit d70b651

Please sign in to comment.