diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-03-18 09:45:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-03-18 09:45:06 +0000 |
| commit | f164ce6e3299bc82f30990b6006b9d5db19443f7 (patch) | |
| tree | 5d4721eb0087736539aea90f5c99d3223e57ef8b | |
| parent | 34926703d41859a1e225638fa6d3c62e66332e65 (diff) | |
| download | qmmp-f164ce6e3299bc82f30990b6006b9d5db19443f7.tar.gz qmmp-f164ce6e3299bc82f30990b6006b9d5db19443f7.tar.bz2 qmmp-f164ce6e3299bc82f30990b6006b9d5db19443f7.zip | |
fixed maximum year in tag editor (see https://bugs.debian.org/cgi-
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7098 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmpui/forms/tageditor.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qmmpui/forms/tageditor.ui b/src/qmmpui/forms/tageditor.ui index 976129e6e..cf3472673 100644 --- a/src/qmmpui/forms/tageditor.ui +++ b/src/qmmpui/forms/tageditor.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>438</width> - <height>355</height> + <height>363</height> </rect> </property> <property name="windowTitle"> @@ -231,7 +231,7 @@ <string/> </property> <property name="maximum"> - <number>2015</number> + <number>2050</number> </property> <property name="value"> <number>0</number> @@ -297,8 +297,8 @@ <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p></body></html></string> +</style></head><body style=" font-family:'Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;"><br /></p></body></html></string> </property> </widget> </item> |
