Skip to content

Commit cc0b570

Browse files
committed
move beginning of statusbar a bit to the right, so it looks better on macos with rounded corner windows
1 parent b9acf04 commit cc0b570

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/kotlin/Main.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,9 @@ fun App()
14091409
HorizontalDivider(modifier = Modifier.fillMaxWidth().padding(0.dp))
14101410
Row(
14111411
modifier = Modifier.randomDebugBorder().height(MAIN_STATUS_BAR_HEIGHT).fillMaxWidth(),
1412-
verticalAlignment = Alignment.Bottom) {
1412+
verticalAlignment = Alignment.Bottom)
1413+
{
1414+
Spacer(modifier = Modifier.width(3.dp))
14131415
val globalstore2 by globalstore.stateFlow.collectAsState()
14141416
Tooltip(
14151417
modifier = Modifier.randomDebugBorder().width(18.dp),

0 commit comments

Comments
 (0)