ui: Use window decorations on dialog windows (issue #376)
* added SubWindow flag to QtWindow to either use window decorations or show window within main window * fixes black borders in some Linux window managers bug id = 376 fortune cookie message = Your skill will accomplish what the force of many others cannot.
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
#header_background {
|
||||
background-color: #2E3C86;
|
||||
border-top-left-radius: 15px;
|
||||
border-bottom-left-radius: 15px;
|
||||
}
|
||||
|
||||
#title {
|
||||
@@ -142,8 +140,6 @@
|
||||
|
||||
#creator_header_background {
|
||||
background-color: #2E3C86;
|
||||
border-top-left-radius: 15px;
|
||||
border-top-right-radius: 15px;
|
||||
}
|
||||
|
||||
#creator_title_label {
|
||||
|
||||
Reference in New Issue
Block a user