Skip to content

Commit

Permalink
Change the name footer to status-bar, according to Windows Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreymazepas committed Dec 18, 2020
1 parent 4f4b6d4 commit d74d341
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gui/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
--border-field: inset -1px -1px var(--button-highlight), inset 1px 1px var(--button-shadow),
inset -2px -2px var(--button-face), inset 2px 2px var(--window-frame);

--border-footer-field: inset -1px -1px var(--button-face), inset 1px 1px var(--button-shadow);
--border-status-bar-field: inset -1px -1px var(--button-face), inset 1px 1px var(--button-shadow);
}
6 changes: 3 additions & 3 deletions gui/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@
}
}

.window-footer {
.status-bar {
margin: 0px 1px;
display: flex;
gap: 1px;
}

.window-footer-field {
box-shadow: var(--border-footer-field);
.status-bar-field {
box-shadow: var(--border-status-bar-field);
flex-grow: 1;
padding: 2px 3px;
margin: 0;
Expand Down
4 changes: 2 additions & 2 deletions themes/XP/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
}
}

.window-footer {
.status-bar {
margin: 0 3px;
box-shadow: inset 0px 1px 2px var(--button-shadow);
padding: 2px 1px;
gap: 0px;
}

.window-footer-field {
.status-bar-field {
font-family: var(--sans-serif);
-webkit-font-smoothing: antialiased;
box-shadow: none;
Expand Down

0 comments on commit d74d341

Please sign in to comment.