Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update preferences window to include time units #754

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions data/ui/preferences.ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<requires lib="libhandy" version="0.0"/>
Expand Down Expand Up @@ -126,7 +126,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Rewind Duration</property>
<property name="title">Rewind Duration (seconds)</property>
<child>
<object class="GtkSpinButton" id="rewind_duration_spin_button">
<property name="visible">True</property>
Expand All @@ -146,7 +146,7 @@
<object class="HdyActionRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Forward Duration</property>
<property name="title">Forward Duration (seconds)</property>
<child>
<object class="GtkSpinButton" id="forward_duration_spin_button">
<property name="visible">True</property>
Expand Down Expand Up @@ -190,7 +190,7 @@
<object class="HdyActionRow" id="sleep_timer_fadeout_row">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title">Fadeout duration</property>
<property name="title">Fadeout duration (seconds)</property>
<child>
<object class="GtkSpinButton" id="fadeout_duration_spin_button">
<property name="visible">True</property>
Expand Down