#1100: Trim mapset name from maps list in wxGUI
-------------------------+--------------------------------------------------
Reporter: aghisla | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: minor | Milestone: 6.5.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
as a complete aside, for a while I've had the wish to clean that up a bit
in the wx GUI as I find it rather cluttering and hard to read.
perhaps: roads @ PERMANENT or roads (PERMANENT)
both in the map layer-list and in the list of maps selector. or maybe just
omit it in the map-selector pull-down list as it is already given by the
higher level mapset name in the mapset tree (blue text).
... and pack the (opacity: 100%) [:] stuff on the right edge of the row.
#1100: Trim mapset name from maps list in wxGUI
--------------------------+-------------------------------------------------
Reporter: aghisla | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: minor | Milestone: 6.5.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment(by hamish):
Replying to [comment:7 martinl]:
> please check out r45573 (devbr6) - `CT.TR_ALIGN_WINDOWS` aligns windows
at least vertically.
I'm not sure exactly what windows are supposed to be aligning to what, but
trying the change I see the preferences button is now packed to the right
side, but hovering only 80% to the right side. seems locked at the bar
after the attribute manager icon, not packed to the right side.
better, but looks weird.
see new screenshot.
> Better? Enough for this ticket?
yes better, but not yet perfect
also, thoughts on changing '@mapset' to ' (mapset)' in the layer entry to
make the list a bit less cluttered? For the screenshot mockup in this
report I just did that using right-click -> rename, so seems technically
possible.
#1100: Trim mapset name from maps list in wxGUI
--------------------------+-------------------------------------------------
Reporter: aghisla | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: minor | Milestone: 6.5.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords:
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment(by martinl):
Replying to [comment:8 hamish]:
> Replying to [comment:7 martinl]:
> > please check out r45573 (devbr6) - `CT.TR_ALIGN_WINDOWS` aligns
windows at least vertically.
>
> I'm not sure exactly what windows are supposed to be aligning to what,
but trying the change I
Naturally windows (widgets) assigned to the tree items (topic of this
ticket)
> see the preferences button is now packed to the right side, but hovering
only 80% to the right side. seems locked at the bar after the attribute
manager icon, not packed to the right side.
> better, but looks weird.
I know, AFAIU there is only possibility to align these windows vertically
based on the first added item. Small trick
[source:grass/trunk/gui/wxpython/gui_modules/layertree.py#L783 here].
> > Better? Enough for this ticket?
>
> yes better, but not yet perfect
>
> also, thoughts on changing '@mapset' to ' (mapset)' in the layer entry
to make the list a bit less cluttered? For the screenshot mockup in this
report I just did that using right-click -> rename, so seems technically
possible.
Not sure, '@' as name/mapset separator seems to be quite standard naming
convention in GRASS. Any opinion/preferences from other users?