Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 7c7328a

Browse files
committed
Fix inherited stylesheet at a gap between widgets.
1 parent 995b3c3 commit 7c7328a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python2.7libs/camSwitcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def closeEvent(self, event):
3939

4040

4141
def initUI(self):
42-
42+
self.setProperty("houdiniStyle", True)
4343
self.setWindowTitle(self._windowTitle)
4444

4545
# Create Camera List Layout > self.createCamListLayout

0 commit comments

Comments
 (0)