🐛 Optimized desktop titlebar styling
This commit is contained in:
parent
c55db308a1
commit
2cbb7fb29e
@ -105,7 +105,14 @@ class AppRootScaffold extends StatelessWidget {
|
|||||||
if (!kIsWeb &&
|
if (!kIsWeb &&
|
||||||
(Platform.isWindows || Platform.isLinux || Platform.isMacOS))
|
(Platform.isWindows || Platform.isLinux || Platform.isMacOS))
|
||||||
Container(
|
Container(
|
||||||
color: Theme.of(context).colorScheme.surface,
|
decoration: BoxDecoration(
|
||||||
|
border: Border(
|
||||||
|
bottom: BorderSide(
|
||||||
|
color: Theme.of(context).dividerColor,
|
||||||
|
width: 1 / devicePixelRatio,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
child: WindowTitleBarBox(child: MoveWindow()),
|
child: WindowTitleBarBox(child: MoveWindow()),
|
||||||
),
|
),
|
||||||
ConnectionIndicator(),
|
ConnectionIndicator(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user