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 5
    • Merge Requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tukz
  • Tukui
  • Issues
  • #27

Closed
Open
Created May 18, 2018 by Maximvs@Maximvs

BETA: Shadows suggestion

I noticed you were adding a lot of shadows on frames that formerly didn't have shadows. I usually hide my actionbar backdrops and only show the buttons. So i added shadow to the buttons with something like this in my actionbar files:

`

-- BUTTON SHADOW

if C["ActionBars"]["HideBackdrop"] == true then
	
	for i = 1, Num do
		local Button = _G["ActionButton"..i]
		Button:CreateShadow()
		ActionBar1["Button"..i] = Button
	end	
end

` you also changed the border size to 1 pixel?

Edited May 18, 2018 by Maximvs
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None