broulik added inline comments.

INLINE COMMENTS

> thsurrel wrote in FullRepresentation.qml:113
> I do not manage to get the layout I want with ColumnLayout: I need to align 
> that ScrollArea to the same level than the 'unmountAll' button

How about adding the following to the button:

  Layout.alignment: Qt.AlignRight
  Layout.preferredWidth: minimumWidth

> thsurrel wrote in devicenotifier.qml:122
> Yes indeed. Any better ways ?

Should be fine, I thought one needed to put it in a variable first

  var removables = devicenotifier.connectedRemovables;
  removables.push(source);
  devicenotifier.connectedRemovables = removables;

REPOSITORY
  R120 Plasma Workspace

BRANCH
  arc_unmountall (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D16212

To: thsurrel, #plasma, #vdg, ngraham
Cc: broulik, ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to