Browse Source

Made slight changes to the .css files nad MainWindow.ui.

QGC4.4
Jessica 13 years ago
parent
commit
c643b2d019
  1. 16
      files/styles/style-indoor.css
  2. 16
      files/styles/style-outdoor.css
  3. 2
      src/ui/MainWindow.ui

16
files/styles/style-indoor.css

@ -248,18 +248,16 @@ QMenu::separator { @@ -248,18 +248,16 @@ QMenu::separator {
}
QMenuBar::item:disabled {
border: none;
background: none;
border: none;
background: none;
}
QMenuBar::item:diabled:selected {
border: none;
background: none;
QMenuBar::item:disabled:selected {
border: none;
background: none;
}
QMenuBar::item:disabled:pressed {
background: none;
border: none;
background: none;
border: none;
}
QSlider::groove:horizontal {

16
files/styles/style-outdoor.css

@ -88,18 +88,16 @@ border: 1px solid #111111; @@ -88,18 +88,16 @@ border: 1px solid #111111;
}
QMenuBar::item:disabled {
border: none;
background: none;
border: none;
background: none;
}
QMenuBar::item:diabled:selected {
border: none;
background: none;
QMenuBar::item:disabled:selected {
border: none;
background: none;
}
QMenuBar::item:disabled:pressed {
background: none;
border: none;
background: none;
border: none;
}
QDockWidget {

2
src/ui/MainWindow.ui

@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuMGround">

Loading…
Cancel
Save