From: Ioana Grigoropol <ioanax.grigoropol@intel.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH] hob: Buttons width and height are taken for host
Date: Wed, 26 Sep 2012 15:03:44 +0300 [thread overview]
Message-ID: <5062EF20.4030307@intel.com> (raw)
In-Reply-To: <4243638.dprUypd7aI@helios>
Hi Paul,
No, it wasn't on purpose. The mark-up was removed on my local repo and
was accidentally merged together with the other changes on master.
I will resend the patch.
Thanks,
Ioana
On Wed 26 Sep 2012 12:20:02 PM EEST, Paul Eggleton wrote:
> Hi Ioana,
>
> On Tuesday 25 September 2012 12:21:05 Ioana Grigoropol wrote:
>> - removed all set_size_request calls for buttons in order to:
>> - force autosizing of buttons with regard to the text length
>> - use host theme default height for buttons
>> - modified buttons on image details page to have the same height (default
>> host one) and the width of the button with the largest text - modified Stop
>> button on build details page to have the default height by directly
>> attaching it to the containing table instead of hbox
>>
>> Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@intel.com>
>> ---
>> bitbake/lib/bb/ui/crumbs/builddetailspage.py | 12 +--
>> bitbake/lib/bb/ui/crumbs/hig.py | 2 +-
>> bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 15 +--
>> bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 101
>> ++++++++++++++++---- bitbake/lib/bb/ui/crumbs/packageselectionpage.py |
>> 2 +-
>> bitbake/lib/bb/ui/crumbs/recipeselectionpage.py | 2 +-
>> 6 files changed, 102 insertions(+), 32 deletions(-)
>>
>> diff --git a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
>> b/bitbake/lib/bb/ui/crumbs/builddetailspage.py index a927c21..5add31d
>> 100755
>> --- a/bitbake/lib/bb/ui/crumbs/builddetailspage.py
>> +++ b/bitbake/lib/bb/ui/crumbs/builddetailspage.py
>> @@ -165,7 +165,7 @@ class BuildDetailsPage (HobPage):
>> self.builder.handler.build.model.connect_after("row-changed",
>> self.scroll_to_present_row, self.scrolled_view_build.get_vadjustment(),
>> self.build_tv)
>>
>> self.button_box = gtk.HBox(False, 6)
>> - self.back_button = HobAltButton('<< Back')
>> + self.back_button = HobAltButton('<< Back')
>
> I did make this change to avoid a runtime warning due to invalid markup - did
> you change it back on purpose? If so I don't see it mentioned in the commit
> message.
>
> Cheers,
> Paul
>
>
prev parent reply other threads:[~2012-09-26 12:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-25 9:21 [PATCH] hob: Buttons width and height are taken for host Ioana Grigoropol
2012-09-26 9:20 ` Paul Eggleton
2012-09-26 12:03 ` Ioana Grigoropol [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5062EF20.4030307@intel.com \
--to=ioanax.grigoropol@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.