~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Popups/1.3/Popover.qml

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        */
167
167
        visible = true;
168
168
        foreground.show();
 
169
        foreground.forceActiveFocus();
169
170
    }
170
171
 
171
172
    /*!
206
207
 
207
208
    StyledItem {
208
209
        id: foreground
209
 
        activeFocusOnPress: true
210
210
        objectName: "popover_foreground"
 
211
        Keys.onEscapePressed: hideCompleted()
211
212
 
212
213
        //styling properties
213
214
        property real minimumWidth: units.gu(40)