~elementary-apps/pantheon-mail/desktop-cmake-variables

« back to all changes in this revision

Viewing changes to src/client/components/main-toolbar.vala

  • Committer: Daniel Foré
  • Author(s): Sam Hewitt
  • Date: 2015-11-20 03:14:47 UTC
  • mfrom: (1871.2.1 themed-icons)
  • Revision ID: daniel@elementary.io-20151120031447-h3twrid3dyjvkvru
New icon window-pop-out-symbolic, replaces detach-symbolic; format-text-clear-formatting-symbolic replaces format-text-remove-symbolic

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
            this, "left-pane-width", SettingsBindFlags.GET);
42
42
        this.bind_property("left-pane-width", folder_header, "width-request",
43
43
            BindingFlags.SYNC_CREATE, (binding, source_value, ref target_value) => {
44
 
                target_value = left_pane_width + 6;
 
44
                target_value = left_pane_width;
45
45
                return true;
46
46
            });
47
47