mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add rudimentary support for gui windows that you can move around
This commit is contained in:
@@ -44,7 +44,7 @@ impl Default for Style {
|
||||
impl Style {
|
||||
/// e.g. the background of the slider
|
||||
pub fn background_fill_color(&self) -> Color {
|
||||
gray(34, 200)
|
||||
gray(34, 230)
|
||||
}
|
||||
|
||||
pub fn text_color(&self) -> Color {
|
||||
|
||||
Reference in New Issue
Block a user