[Differential] [Commented On] D3282: Disable / Enable Effects for a Panel
    mvourlakos (Michail Vourlakos) 
    noreply at phabricator.kde.org
       
    Sun Nov  6 16:58:59 UTC 2016
    
    
  
mvourlakos added a comment.
  with that variable I can also disable the shadows for the panel by adding in panelview.cpp,
  
  .....
  void PanelView::updateEnabledBorders()
  {
  
    Plasma::FrameSvg::EnabledBorders borders = Plasma::FrameSvg::AllBorders;
    
    if (!m_effects) {
        borders = Plasma::FrameSvg::NoBorder;
    }  
  
  .....
REPOSITORY
  rPLASMAWORKSPACE Plasma Workspace
REVISION DETAIL
  https://phabricator.kde.org/D3282
EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/
To: mvourlakos, #plasma, davidedmundson
Cc: plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20161106/b673761e/attachment.html>
    
    
More information about the Plasma-devel
mailing list