Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
T
Tukui
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Tukz
  • Tukui
  • Issues
  • #88

Closed
Open
Opened Nov 01, 2018 by Stephen Bennett@sbennett18

Background panels do not resize as anticipated

After changing the "Bags » Slot Size & Spacing" I anticipated the width of the lower right panel to increase to match the new width of the bag frame. As it stands now, the Panels/Core.lua uses hardcoded values for the background panel based on the default bag configuration, e.g.

RightChatBG:Size(370 + 12)

I would like to propose being more explicit with the derivation of 370 based on Slot Size and Spacing, and possibly changing this to be based dynamically on the bag width as well, e.g.

RightChatBG:Size(((28 * 11) + (4 * 10) + 22) + 12, 177)

Possibly something like an additional checkbox to the "Chat" settings to keep in sync with bag width?

At any rate, thanks very much for your time, effort, and consideration!

-Stephen

Edited Nov 01, 2018 by Stephen Bennett
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: Tukz/Tukui#88