Re: [PATCH 1/5] gitk: set intitial colors of swatches using the available helper
mark <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/26 2:40 AM, Johannes Sixt via GitGitGadget wrote: > From: Johannes Sixt <[email protected]> > > After the user has selected a color in the Preferences dialog, the > helper proc prefspage_set_colorswatches is used update the colors shown > in the Preferences dialog. Use this proc also after the Preferences > dialog is constructed to show the initial colors. This keeps the > procedure that gives the UI elements their colors in a single place. > > Signed-off-by: Johannes Sixt <[email protected]> > --- This completes collecting the color settings to one place, Good!