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:
authorCamila San <hello@camila.codes>2018-03-15 21:43:26 +0300
committerCamila San <hello@camila.codes>2018-08-02 20:52:27 +0300
commit55b0b46bb6a3cfc1daf4186c50f5e37c5d9f62f1 (patch)
tree8fcc7e3abce3543dd8d59a931c68ba1f2c74af0e /src/gui/sharedialog.h
parent4ecfab4bf38c541d2c2d849c36a0b9c94733d202 (diff)
Changes size, size policy, content and margins of the share dialog and its widgets.
- Adds select with permissions to share dialog on the user/group search. - Changes order of widgets, removes excess of text and do not display empty widgets. - Share user/group widget: replaces combo box for tool button with permissions. - Using Fixed as size policy it gives a much smoother user experience when windows size dinamically changes. Signed-off-by: Camila San <hello@camila.codes>
Diffstat (limited to 'src/gui/sharedialog.h')
-rw-r--r--src/gui/sharedialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/sharedialog.h b/src/gui/sharedialog.h
index 7aa93cfde..742b39e43 100644
--- a/src/gui/sharedialog.h
+++ b/src/gui/sharedialog.h
@@ -55,6 +55,7 @@ private slots:
void slotPropfindError();
void slotThumbnailFetched(const int &statusCode, const QByteArray &reply);
void slotAccountStateChanged(int state);
+ void slotTogglePublicLinkShareDisplay(bool show);
private:
void showSharingUi();