~michihenning/unity-scopes-api/header-background

« back to all changes in this revision

Viewing changes to src/scopes/internal/ScopeConfig.cpp

  • Committer: Michi Henning
  • Date: 2016-03-31 09:27:33 UTC
  • Revision ID: michi.henning@canonical.com-20160331092733-d1wtbofmotjwirzh
Got rid of category header background. Fixes LP:1446216.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    const string fg_color_key = "ForegroundColor";
68
68
    const string bg_color_key = "BackgroundColor";
69
69
    const string shape_images_key = "ShapeImages";
70
 
    const string category_header_bg_key = "CategoryHeaderBackground";
71
70
    const string preview_button_color_key = "PreviewButtonColor";
72
71
    const string logo_overlay_color_key = "LogoOverlayColor";
73
72
    const string pageheader_logo_key = "PageHeader.Logo";
317
316
               fg_color_key,
318
317
               bg_color_key,
319
318
               shape_images_key,
320
 
               category_header_bg_key,
321
319
               preview_button_color_key,
322
320
               logo_overlay_color_key,
323
321
               pageheader_logo_key,