diff options
Diffstat (limited to 'desktop-widgets/shiftimagetimes.ui')
-rw-r--r-- | desktop-widgets/shiftimagetimes.ui | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop-widgets/shiftimagetimes.ui b/desktop-widgets/shiftimagetimes.ui index 0478a62b4..be09c23c1 100644 --- a/desktop-widgets/shiftimagetimes.ui +++ b/desktop-widgets/shiftimagetimes.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>693</width> - <height>606</height> + <height>600</height> </rect> </property> <property name="sizePolicy"> @@ -139,11 +139,17 @@ Not all images have timestamps in the range between </widget> </item> <item> - <widget class="QLabel" name="invalidLabel"> + <widget class="QTextEdit" name="invalidFilesText"> <property name="styleSheet"> <string notr="true">color: red; </string> </property> - <property name="text"> + <property name="lineWrapMode"> + <enum>QTextEdit::NoWrap</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + <property name="text" stdset="0"> <string/> </property> </widget> |