Review Request 123332: Timer: Added config ui for notification and title text
Bernhard Friedreich
friesoft at gmail.com
Fri Apr 17 20:02:36 UTC 2015
> On April 15, 2015, 7:49 nachm., David Edmundson wrote:
> > applets/timer/package/contents/ui/configAppearance.qml, line 44
> > <https://git.reviewboard.kde.org/r/123332/diff/2/?file=361044#file361044line44>
> >
> > This is the line that doesn't work.
> >
> > Layout.property is a hint for the parent item, if and only if the parent item item is a layout.
> >
> > GroupBox is not a layout, it's an item. So this does nothing.
> >
> > This means we have nothing telling this layout that it should be as big as the parent. It might be on first open, but it's not bound to anything.
> >
> >
> > The layout in the groupbox needs to anchors.fill: parent to tell it to fill the groupbox.
> >
> > Same for the other groupbox below.
> >
> > Hope that makes sense? Ping me on IRC if it doesn't.
thank you very much for taking a look :) using anchors.fill: parent in the GroupBox->ColumnLayout I was finally able to get it to work :)
Updated diff :)
- Bernhard
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123332/#review78989
-----------------------------------------------------------
On April 17, 2015, 8:02 nachm., Bernhard Friedreich wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/123332/
> -----------------------------------------------------------
>
> (Updated April 17, 2015, 8:02 nachm.)
>
>
> Review request for Plasma.
>
>
> Repository: kdeplasma-addons
>
>
> Description
> -------
>
> Added config ui for specifying a title text
> Added config ui for disabling the notification (default: enabled)
> Added config ui for configuring the notification text
>
>
> Diffs
> -----
>
> applets/timer/package/contents/config/main.xml 886bcd413ff68b4b5b092409dbc5f0e4aff273dc
> applets/timer/package/contents/ui/configAdvanced.qml c315c89249ae5f926c46a901e0358162a067cea4
> applets/timer/package/contents/ui/configAppearance.qml ceb97326b8192a9dfe80b6753c0fd0a7e3010095
> applets/timer/package/contents/ui/timer.qml 82fee524f51f06f522fc8c556a7454ab6840d1a3
>
> Diff: https://git.reviewboard.kde.org/r/123332/diff/
>
>
> Testing
> -------
>
>
> File Attachments
> ----------------
>
> Appearance Tab showing defaults
> https://git.reviewboard.kde.org/media/uploaded/files/2015/04/17/f133b83a-c8bd-4cbb-b1d1-2757b3016fd1__tab_appearance_default.png
>
>
> Thanks,
>
> Bernhard Friedreich
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20150417/b1c8f456/attachment-0001.html>
More information about the Plasma-devel
mailing list