Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-08-30 16:20:35 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-08-30 16:31:13 +0300
commit1a0d0c0a313d4cc0c380d8aceadcef90685c1bfe (patch)
treefe1736be78d11d22e757f94c06ea1899bcf31fef /src/gui/settingsdialog.h
parentce769cb1ef824779662f6d16b447a891412678f0 (diff)
Account Settings: rework the toolbar
Modifications ask by Jan: - Elide the label in the actions - Minimum sizes for the actions - No separatcions between the accounts Issue #3516
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index f6a219826..3b8e0c651 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -79,7 +79,6 @@ private:
// Maps the actions from the action group to the toolbar actions
QHash<QAction*, QAction*> _toolbarAccountActions;
- QAction * _seperatorAction;
QAction * _protocolAction;
ownCloudGui *_gui;
};