mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4530 - enable use content size for screen sharing indicator window (#2184)
This commit is contained in:
parent
39fd9914d3
commit
235ef5c8f1
@ -1952,6 +1952,7 @@ export class WindowHandler {
|
||||
maximizable: false,
|
||||
title: 'Screen Sharing Indicator - Symphony',
|
||||
closable: false,
|
||||
useContentSize: true,
|
||||
},
|
||||
{
|
||||
devTools: isDevEnv,
|
||||
|
@ -11,6 +11,10 @@
|
||||
local('Ubuntu Light'), local('Segoe UI'), local('Roboto'), local('Tahoma');
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: @font;
|
||||
font-size: 13px;
|
||||
|
Loading…
Reference in New Issue
Block a user