Commit b9f5e8f6d2025d21033152951bd55b128bf901f3

Authored by 김태훈
1 parent cefd483e40
Exists in master and in 2 other branches fhd, fhd-demo

GUI 개선

- 컴포넌트에 포커스 점선 표시되는 걸 제거
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/gui/oven_control/mainwindow.ui
... ... @@ -26,6 +26,8 @@
26 26 <string notr="true">#centralwidget { background-image: url(:/images/background/main.png); }
27 27 #bottomBar { background-image: url(:/images/bottom_bar/background.png); }
28 28  
  29 +QWidget { outline: none; }
  30 +
29 31 QPushButton[style=&quot;mode&quot;] {
30 32 background-repeat: no-repeat;
31 33 background-position: center;
... ...