Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/a05c266ca0221e6da226925b05eac3c8ad8d15ec?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed issue 875

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 58746c87e5
commit a05c266ca0
  1. 5
      resources/style.qss

@ -70,11 +70,10 @@ QLabel#UBTGMediaDropMeLabel
padding: 2px;
}
QTextEdit,
QLineEdit,
QComboBox#DockPaletteWidgetComboBox QAbstractItemView
{
background-color: white;
color: black;
selection-background-color: lightgreen;
selection-color: black;
}

Loading…
Cancel
Save