X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-hvolumebar.c;h=2f528c1b275ab222474f39145141f962a7bf4717;hb=e3a8bb2cb36fb7ee162c1e57333b7a77a8c15e70;hp=32d42aa3bb1082209ec6b68271850a5abb660b15;hpb=0d467f2660305932cf61626a480258dd1608c944;p=hildon diff --git a/src/hildon-hvolumebar.c b/src/hildon-hvolumebar.c index 32d42aa..2f528c1 100644 --- a/src/hildon-hvolumebar.c +++ b/src/hildon-hvolumebar.c @@ -3,7 +3,7 @@ * * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved. * - * Contact: Michael Dominic Kostrzewa + * Contact: Rodrigo Novo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -41,30 +41,31 @@ * */ +#undef HILDON_DISABLE_DEPRECATED + #include "hildon-hvolumebar.h" #include "hildon-volumebar.h" #include "hildon-volumebar-range.h" #include "hildon-volumebar-private.h" -#include /* Defines for normal version of HVolumebar */ /* Toggle button */ -#define DEFAULT_TBUTTON_WIDTH 26 +#define DEFAULT_TBUTTON_WIDTH 60 -#define DEFAULT_TBUTTON_HEIGHT 26 +#define DEFAULT_TBUTTON_HEIGHT 60 /* Volume bar */ #define MINIMUM_BAR_WIDTH 147 -#define DEFAULT_BAR_HEIGHT 58 +#define DEFAULT_BAR_HEIGHT 60 #define DEFAULT_ENDING_SIZE 20 /* Gap to leave for mute button */ -#define VERTICAL_MUTE_GAP 16 +#define VERTICAL_MUTE_GAP 0 -#define HORIZONTAL_MUTE_GAP 6 +#define HORIZONTAL_MUTE_GAP 0 /* Sizes inside a toolbar */ /* Toggle button */