mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Fix tests for default note font/color.
This commit is contained in:
@@ -193,7 +193,9 @@ def main_window():
|
||||
uiGraphicsView = MagicMock()
|
||||
uiGraphicsView.settings.return_value = {
|
||||
"default_label_font": "TypeWriter,10,-1,5,75,0,0,0,0,0",
|
||||
"default_label_color": "#000000"
|
||||
"default_label_color": "#000000",
|
||||
"default_note_font": "TypeWriter,10,-1,5,75,0,0,0,0,0",
|
||||
"default_note_color": "#000000"
|
||||
}
|
||||
|
||||
window.uiGraphicsView = uiGraphicsView
|
||||
|
||||
Reference in New Issue
Block a user