You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by tranquiliste <ni...@gmail.com> on 2020/09/29 05:37:26 UTC

Height of mx panel title bar and headerHeight of AdvancedDataGrid

Hello,

I noticed that the MX Panel title have a standard height of 30px, is there a
way to change that?
Also for the the  MX AdvancedDtagrid the headerHeight has no effect, is
there a way to correct that also

Thanks
Nicolas



-----
Nicolas
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Height of mx panel title bar and headerHeight of AdvancedDataGrid

Posted by tranquiliste <ni...@gmail.com>.
Hello Greg,

Thansk for the adviced, I have already tried that but it messes up the whole
Panel

Nicolas



-----
Nicolas
--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Height of mx panel title bar and headerHeight of AdvancedDataGrid

Posted by Greg Dove <gr...@gmail.com>.
For the Panel header/TitleBar,

You might try overriding that in your local application css.
I am not sure if it will always work, as some things in MXRoyale may be
fixed (but I can't remember what all of them are)

For mx, assuming:
@namespace "library://ns.apache.org/royale/mx";


you could try

PanelTitleBar {
 height: 25px;
 min-height: 25px;
}

What I tend to do is look up
.PanelTitleBar
in the browser dev tools, and change it inside the original definition to
see if the results will be good before adding it to code.
Because I see min-height set to 30px for that original setting I wonder if
it will be easy to change. But if you have one showing, it should be easy
to try and see (in browser dev tools).







On Tue, Sep 29, 2020 at 7:31 PM Carlos Rovira <ca...@apache.org>
wrote:

> Hi,
>
> you can submit patches so people on emulation review and accept
>
> El mar., 29 sept. 2020 a las 7:37, tranquiliste (<
> nicolas.aguttes@gmail.com>) escribió:
>
>> Hello,
>>
>> I noticed that the MX Panel title have a standard height of 30px, is
>> there a
>> way to change that?
>> Also for the the  MX AdvancedDtagrid the headerHeight has no effect, is
>> there a way to correct that also
>>
>> Thanks
>> Nicolas
>>
>>
>>
>> -----
>> Nicolas
>> --
>> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>>
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>
>

Re: Height of mx panel title bar and headerHeight of AdvancedDataGrid

Posted by Carlos Rovira <ca...@apache.org>.
Hi,

you can submit patches so people on emulation review and accept

El mar., 29 sept. 2020 a las 7:37, tranquiliste (<ni...@gmail.com>)
escribió:

> Hello,
>
> I noticed that the MX Panel title have a standard height of 30px, is there
> a
> way to change that?
> Also for the the  MX AdvancedDtagrid the headerHeight has no effect, is
> there a way to correct that also
>
> Thanks
> Nicolas
>
>
>
> -----
> Nicolas
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>


-- 
Carlos Rovira
http://about.me/carlosrovira