diff -r bbebb0235466 -r a8ba0c289b44 radioapp/radiowidgets/inc/radiofrequencystripdef.h --- a/radioapp/radiowidgets/inc/radiofrequencystripdef.h Mon Sep 20 18:04:48 2010 +0300 +++ b/radioapp/radiowidgets/inc/radiofrequencystripdef.h Tue Oct 05 09:31:22 2010 +0300 @@ -58,6 +58,7 @@ const qreal ROUNDER = 0.5; const int SELECTOR_WIDTH = 2; const int SELECTOR_Z_POS = 100; + const int SELECTOR_MARGIN = 3; const int ONE_HERTZ = 1000000; const int HALF_HERTZ = ONE_HERTZ / 2; @@ -80,9 +81,9 @@ const int DECIMAL_FONT_SIZE = 4; #endif // BUILD_WIN32 - const QFont FREQUENCY_FONT( "", FREQUENCY_FONT_SIZE ); - const QFont DECIMAL_FONT( "", DECIMAL_FONT_SIZE ); - const int FREQUENCY_TEXT_Y_POS = 35; + const QFont FREQUENCY_FONT( "", FREQUENCY_FONT_SIZE, QFont::Bold ); + const QFont DECIMAL_FONT( "", DECIMAL_FONT_SIZE, QFont::Bold ); + const int FREQUENCY_TEXT_Y_POS = 25; const int STATION_MARKER_Y_POS = 10; static const QLatin1String SLIDE_TO_LEFT ( "SlideToLeft" );