diff options
Diffstat (limited to 'ldmicro/maincontrols.cpp')
-rw-r--r-- | ldmicro/maincontrols.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ldmicro/maincontrols.cpp b/ldmicro/maincontrols.cpp index 4d046fe..d2f5795 100644 --- a/ldmicro/maincontrols.cpp +++ b/ldmicro/maincontrols.cpp @@ -615,7 +615,8 @@ void MakeMainWindowControls(void) /// Grid for status bars HWID StatusGrid = gtk_grid_new(); - + gtk_widget_override_background_color(GTK_WIDGET(StatusGrid), + GTK_STATE_FLAG_NORMAL, ((HBRUSH)GetStockObject(DKGRAY_BRUSH))); /// Creating Status Bar 1 and attaching to grid StatusBar[0] = gtk_statusbar_new(); @@ -1162,4 +1163,4 @@ void StopSimulation(void) KillTimer(MainWindow, TIMER_SIMULATE); UpdateMainWindowTitleBar(); -}
\ No newline at end of file +} |