diff options
Diffstat (limited to 'korganizer/koeditoralarms_base.ui')
-rw-r--r-- | korganizer/koeditoralarms_base.ui | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/korganizer/koeditoralarms_base.ui b/korganizer/koeditoralarms_base.ui index 68e8d5bc9..1da104404 100644 --- a/korganizer/koeditoralarms_base.ui +++ b/korganizer/koeditoralarms_base.ui @@ -45,6 +45,12 @@ <property name="name"> <cstring>mAlarmOffset</cstring> </property> + <property name="maxValue"> + <number>99999</number> + </property> + <property name="minValue"> + <number>0</number> + </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> @@ -381,7 +387,7 @@ <cstring>mSoundFile</cstring> </property> <property name="filter"> - <string>audio/x-wav audio/x-mp3 application/ogg</string> + <string>audio/x-wav audio/x-mp3 application/ogg</string> </property> </widget> <spacer> @@ -535,7 +541,7 @@ <cstring>mRemoveButton</cstring> </property> <property name="text"> - <string>&Remove...</string> + <string>&Remove</string> </property> </widget> <widget class="QPushButton" row="0" column="1"> @@ -543,7 +549,7 @@ <cstring>mAddButton</cstring> </property> <property name="text"> - <string>&Add</string> + <string></string> </property> </widget> <widget class="QPushButton" row="1" column="1"> |