Revision: 76177
          http://sourceforge.net/p/brlcad/code/76177
Author:   starseeker
Date:     2020-06-22 16:34:16 +0000 (Mon, 22 Jun 2020)
Log Message:
-----------
Use the global stylesheet override by qged - will eventually need a better 
solution for not just the dock but all the widgets...

Modified Paths:
--------------
    brlcad/branches/qtged/src/qged/main_window.cxx

Modified: brlcad/branches/qtged/src/qged/main_window.cxx
===================================================================
--- brlcad/branches/qtged/src/qged/main_window.cxx      2020-06-22 15:22:10 UTC 
(rev 76176)
+++ brlcad/branches/qtged/src/qged/main_window.cxx      2020-06-22 16:34:16 UTC 
(rev 76177)
@@ -59,6 +59,9 @@
     // Define dock layout
     dock = new ads::CDockManager(this);
 
+    // TODO - set up our own with the proper values...
+    dock->setStyleSheet("");
+
     // Set up OpenGL canvas
     view_dock = new ads::CDockWidget("Scene");
     view_menu->addAction(view_dock->toggleViewAction());

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to