~ubuntu-branches/ubuntu/trusty/gelemental/trusty-proposed

« back to all changes in this revision

Viewing changes to src/buttons.cc

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2011-12-12 13:11:42 UTC
  • mfrom: (0.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20111212131142-7ug5s4ql3pzimwly
Tags: 1.2.0-7ubuntu1
* Merge from Debian testing.  Remaining changes:
  - debian/control: Require libgtkmm >= 2.18.0 for fix_gtkmm_2.18.dpatch
  - Add binary -dbg packages with debugging symbols:
    - debian/control:
      + add gelemental-dbg stanza
      + add libelemental0-dbg stanza
    - debian/rules:
      + split dh_strip calls in binary-arch target
      + add appropriate --dbg-package flags to dh_strip calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
                "Amaranth",
107
107
                "Lush",
108
108
                "Nuvola",
 
109
                "New Wave",
109
110
                NULL
110
111
        };
111
112
 
237
238
{
238
239
        property_can_focus ().set_value (false);
239
240
        set_focus_on_click (false);
240
 
        set_size_request (50, 50);
 
241
        set_size_request (-1, 50);
241
242
 
242
243
        const ColorValue& color = el.get_property (P_COLOR);
243
244
        set_color (color);