Ok, I've just realized that I mixed up "fullscreen" and "maximized"
windows. So, what I really would like to obtain while developing the
dash-to-dock extension is :
1. Normal windows are not placed on the area occupied by the dock; now
newly created windows are almost always placed on the top left
Hi all,
I'm trying to style some things in my extension via stylesheet.css but
it looks like the CSS file is somehow not being added to the list of
styles.
For example, in my extension:
let dummy = new PopupMenu.PopupMenuItem('dummy');
dummy.add_style_class_name('test');
this.menu.addMenuItem(du
On Wed, Jun 6, 2012 at 9:36 PM, Amy C wrote:
> Hi all,
>
> I'm trying to style some things in my extension via stylesheet.css but
> it looks like the CSS file is somehow not being added to the list of
> styles.
>
> For example, in my extension:
>
> let dummy = new PopupMenu.PopupMenuItem('dummy');
On 7 June 2012 11:46, Jasper St. Pierre wrote:
> On Wed, Jun 6, 2012 at 9:36 PM, Amy C wrote:
>> When I load the extension, my popup menu item is the default
>> background/text color that is used for all the other menu items,
>> instead of red text and green background.
>>
>> If I instead do:
>>
On Wed, Jun 6, 2012 at 10:58 PM, Amy C wrote:
> On 7 June 2012 11:46, Jasper St. Pierre wrote:
>> On Wed, Jun 6, 2012 at 9:36 PM, Amy C wrote:
>>> When I load the extension, my popup menu item is the default
>>> background/text color that is used for all the other menu items,
>>> instead of red