Opened 21 months ago
Closed 18 months ago
#1531 closed task (needinfo)
Html client. Decoration is an option
Reported by: | Denis01 | Owned by: | Denis01 |
---|---|---|---|
Priority: | major | Milestone: | 2.2 |
Component: | html5 | Version: | trunk |
Keywords: | Cc: |
Description
Hello,
create an option on login screen to activate/dis-activate screen "decoration" processing
Change History (3)
comment:1 Changed 21 months ago by
Summary: | Html client. Decoration s an option → Html client. Decoration is an option |
---|
comment:2 Changed 19 months ago by
Status: | assigned → new |
---|
comment:3 Changed 18 months ago by
Resolution: | → needinfo |
---|---|
Status: | new → closed |
Not heard back, closing.
Note: See
TracTickets for help on using
tickets.
Please explain what it is that you are requesting. What is the use case? The application which is misbehaving?
All windows are decorated when they should be, if you don't want your window to be decorated, you can use the relevant toolkit API (GTK, Qt - whatever) in your application code to remove the window title bar. (ie:
Window.set_decorated(False)
with GTK).