QTfrontend/main.cpp
changeset 3714 c407f00d2851
parent 3697 d5b30d6373fc
child 3758 80007c41c35e
equal deleted inserted replaced
3713:f8778904600d 3714:c407f00d2851
   292                 "color: #a0a0a0;"
   292                 "color: #a0a0a0;"
   293             "}"
   293             "}"
   294             "SquareLabel, ItemNum {"
   294             "SquareLabel, ItemNum {"
   295                 "background-color: #000000;"
   295                 "background-color: #000000;"
   296             "}"
   296             "}"
       
   297             "QSlider::groove::horizontal {"
       
   298                 "height: 2px;"
       
   299                 "margin: 2px 0px;"
       
   300                 "background-color: #ffcc00;"
       
   301             "}"
       
   302             "QSlider::handle::horizontal {"
       
   303                 "border: 0px;"
       
   304                 "margin: -2px 0px;"
       
   305                 "border-radius: 3px;"
       
   306                 "background-color: #ffcc00;"
       
   307                 "width: 8px;"
       
   308             "}"
   297             )
   309             )
   298         );
   310         );
   299 
   311 
   300     bindir->cd("bin"); // workaround over NSIS installer
   312     bindir->cd("bin"); // workaround over NSIS installer
   301 
   313