Ticket #7906: drivesetup_Support_cpp_r42615.diff

File drivesetup_Support_cpp_r42615.diff, 541 bytes (added by oco, 13 years ago)
  • src/apps/drivesetup/Support.cpp

     
    101101    fStartOffset(minValue),
    102102    fEndOffset(maxValue)
    103103{
    104     SetBarColor((rgb_color){ 0, 80, 255, 255 });
     104    rgb_color fillColor = ui_color(B_CONTROL_HIGHLIGHT_COLOR);
     105    UseFillColor(true, &fillColor);
    105106    char minString[64];
    106107    char maxString[64];
    107108    snprintf(minString, sizeof(minString), B_TRANSLATE("Offset: %ld MB"),