Align the text and icons in the title bar #733

Closed
opened 2026-01-30 22:02:05 +00:00 by claunia · 9 comments
Owner

Originally created by @be5invis on GitHub (May 7, 2019).

The title bar's metrics and alignment just looked strange. Please copy Chromium Edge's layout!

image

Originally created by @be5invis on GitHub (May 7, 2019). The title bar's metrics and alignment just looked strange. Please copy Chromium Edge's layout! ![image](https://user-images.githubusercontent.com/240091/57294613-c32aae80-70fa-11e9-9af4-7c0500dbdf6f.png)
claunia added the Issue-BugResolution-DuplicateProduct-TerminalArea-UserInterface labels 2026-01-30 22:02:05 +00:00
Author
Owner

@YantCaccia commented on GitHub (May 7, 2019):

How did you get icons in this drop-down menu? Also my title bar looks a bit different:
Annotazione 2019-05-07 145806

P.S. I had to add "Ubuntu" in this list manually editing profiles.json

@YantCaccia commented on GitHub (May 7, 2019): How did you get icons in this drop-down menu? Also my title bar looks a bit different: ![Annotazione 2019-05-07 145806](https://user-images.githubusercontent.com/11892754/57301160-9f567100-70d8-11e9-9732-9df7a3c9ebef.jpg) P.S. I had to add "Ubuntu" in this list manually editing profiles.json
Author
Owner

@zadjii-msft commented on GitHub (May 7, 2019):

The UI is still in pretty active development, so please be patient with us as we polish it :)

@zadjii-msft commented on GitHub (May 7, 2019): The UI is still in pretty active development, so please be patient with us as we polish it :)
Author
Owner

@zadjii-msft commented on GitHub (May 7, 2019):

@YantCaccia You can add a "icon":"<path_to_image>" to the profile to set the icon for it. Make sure to properly escape the json though - c:\windows\foo.png should be c:\\windows\\foo.png

@zadjii-msft commented on GitHub (May 7, 2019): @YantCaccia You can add a `"icon":"<path_to_image>"` to the profile to set the icon for it. Make sure to properly escape the json though - `c:\windows\foo.png` should be `c:\\windows\\foo.png`
Author
Owner

@fcharlie commented on GitHub (May 7, 2019):

@YantCaccia See https://gist.github.com/fcharlie/7530d36175bc5249f1ae92be536238cd
@zadjii-msft The configuration file is compressed after each load, which is not conducive to editing.

@fcharlie commented on GitHub (May 7, 2019): @YantCaccia See https://gist.github.com/fcharlie/7530d36175bc5249f1ae92be536238cd @zadjii-msft The configuration file is compressed after each load, which is not conducive to editing.
Author
Owner

@zadjii-msft commented on GitHub (May 7, 2019):

@fcharlie yea, that's a known pain point ATM. Windows.Data.Json unfortunately doesn't have a pretty-print option, so until we get approval for another JSON lib, we're stuck ;___;

@zadjii-msft commented on GitHub (May 7, 2019): @fcharlie yea, that's a known pain point ATM. Windows.Data.Json unfortunately doesn't have a pretty-print option, so until we get approval for another JSON lib, we're stuck ;___;
Author
Owner

@glen-84 commented on GitHub (May 7, 2019):

@fcharlie See #475.

@glen-84 commented on GitHub (May 7, 2019): @fcharlie See #475.
Author
Owner

@wahid commented on GitHub (May 9, 2019):

Is it also possible to shown a short title instead of the whole path?

@wahid commented on GitHub (May 9, 2019): Is it also possible to shown a short title instead of the whole path?
Author
Owner

@DHowett-MSFT commented on GitHub (May 9, 2019):

@wahid I moved your comment into #608.

@DHowett-MSFT commented on GitHub (May 9, 2019): @wahid I moved your comment into #608.
Author
Owner

@DHowett-MSFT commented on GitHub (Jul 14, 2019):

This one is old and we've made some improvements here for v0.3. I'm going to close it in favor of #1375.

@DHowett-MSFT commented on GitHub (Jul 14, 2019): This one is old and we've made some improvements here for v0.3. I'm going to close it in favor of #1375.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#733