diff options
author | Marius Hanne <marius.hanne@sourceagency.org> | 2011-01-19 01:27:58 +0100 |
---|---|---|
committer | Marius Hanne <marius.hanne@sourceagency.org> | 2011-01-19 01:27:58 +0100 |
commit | ed4e8830d71308f827aa9cc93323aa788c33fb47 (patch) | |
tree | 3129ea65cbd2e8597efa52e2ab21c0f028cb08b7 /uiproject.fbp | |
parent | b4671902f2c5aa1c95be547a61b0a72b8a3025de (diff) |
don't set statusbar background color
people with dark system theme otherwise have white text on light-grey bg
Diffstat (limited to 'uiproject.fbp')
-rw-r--r-- | uiproject.fbp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uiproject.fbp b/uiproject.fbp index f3f9dc9fd0..bf01732ea8 100644 --- a/uiproject.fbp +++ b/uiproject.fbp @@ -282,7 +282,7 @@ </object>
</object>
<object class="wxStatusBar" expanded="1">
- <property name="bg">240,240,240</property>
+ <property name="bg"></property>
<property name="context_help"></property>
<property name="enabled">1</property>
<property name="fg"></property>
|