epics-modules / motor

APS BCDA synApps module: motor
https://epics-modules.github.io/motor/
20 stars 47 forks source link

motorx screen appears *under* topMotors8 in caQtDm #126

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

In the caQtDM GUI, when using the topMotors8 screen to access individual motor controls, the motorx screen for each motor appears directly under the topMotors8 screen. Easiest way to fix this is to ensure that the two screens have different geometry coordinates.

prjemian commented 5 years ago

Using the web-page editor, I'll change the x value of the topMotors8 screen so it does not overlap the motorx screen.

prjemian commented 5 years ago

That does not fix the caQtDM situation. It seems that caQtDM ignroes the geometry stated in the .ui file and presents the screen centered in the window. Is this a controllable feature of the Window Manager?