~jeremywootten/pantheon-files/fix-1658417-long-name-in-grid-view

« back to all changes in this revision

Viewing changes to src/View/Window.vala

  • Committer: RabbitBot
  • Author(s): Jeremy Wootten
  • Date: 2017-01-17 01:02:37 UTC
  • mfrom: (2446.1.1 drop-tab-on-notebook)
  • Revision ID: rabbitbot-20170117010237-9hyz9lc9jk9hvedl
Enable drag and drop tabs between windows

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
            tabs.allow_restoring = true;
175
175
            tabs.allow_duplication = true;
176
176
            tabs.allow_new_window = true;
 
177
            tabs.group_name = APP_NAME;
177
178
 
178
179
            this.configure_event.connect_after ((e) => {
179
180
                tabs.set_size_request (e.width / 2, -1);