[brasero] Correct CD cover dimensions, bug 660918
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Correct CD cover dimensions, bug 660918
- Date: Fri, 21 Oct 2011 06:45:38 +0000 (UTC)
commit e6ad57334d73b26427a5fd3b842ab4031ed134d6
Author: Erling A. Jacobsen <linuxcub email dk>
Date: Thu Oct 20 18:03:37 2011 +0200
Correct CD cover dimensions, bug 660918
http://en.wikipedia.org/wiki/CD_and_DVD_packaging lists slightly
different dimensions for the back cover of a jewel case.
libbrasero-utils/brasero-jacket-view.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libbrasero-utils/brasero-jacket-view.h b/libbrasero-utils/brasero-jacket-view.h
index 5bfbc8c..999c9a0 100644
--- a/libbrasero-utils/brasero-jacket-view.h
+++ b/libbrasero-utils/brasero-jacket-view.h
@@ -49,15 +49,15 @@ typedef enum {
#define COVER_WIDTH_FRONT_INCH 4.724
#define COVER_HEIGHT_FRONT_INCH 4.724
-#define COVER_HEIGHT_BACK_MM 117.5
-#define COVER_WIDTH_BACK_MM 152.0
+#define COVER_HEIGHT_BACK_MM 118.0
+#define COVER_WIDTH_BACK_MM 150.0
#define COVER_HEIGHT_BACK_INCH 4.646
-#define COVER_WIDTH_BACK_INCH 5.984
+#define COVER_WIDTH_BACK_INCH 5.906
#define COVER_HEIGHT_SIDE_MM COVER_HEIGHT_BACK_MM
#define COVER_WIDTH_SIDE_MM 6.0
#define COVER_HEIGHT_SIDE_INCH COVER_HEIGHT_BACK_INCH
-#define COVER_WIDTH_SIDE_INCH 0.235
+#define COVER_WIDTH_SIDE_INCH 0.236
#define COVER_TEXT_MARGIN /*1.*/0.03 //0.079
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]