mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixed merging issue, tooltip descriptions colour
This commit is contained in:
@ -2,7 +2,7 @@ use super::{
|
|||||||
img_ids::{Imgs, ImgsRot},
|
img_ids::{Imgs, ImgsRot},
|
||||||
Event as HudEvent, Fonts, TEXT_COLOR, TEXT_COLOR_2,
|
Event as HudEvent, Fonts, TEXT_COLOR, TEXT_COLOR_2,
|
||||||
};
|
};
|
||||||
use crate::ui::{ImageFrame, Tooltip, Tooltipable};
|
use crate::ui::{ImageFrame, Tooltip, TooltipManager, Tooltipable};
|
||||||
use client::Client;
|
use client::Client;
|
||||||
use conrod_core::{
|
use conrod_core::{
|
||||||
color,
|
color,
|
||||||
@ -113,7 +113,7 @@ impl<'a> Widget for Bag<'a> {
|
|||||||
.title_font_size(15)
|
.title_font_size(15)
|
||||||
.desc_font_size(10)
|
.desc_font_size(10)
|
||||||
.title_text_color(TEXT_COLOR)
|
.title_text_color(TEXT_COLOR)
|
||||||
.desc_text_color(TEXT_COLOR_2);
|
.desc_text_color(TEXT_COLOR);
|
||||||
|
|
||||||
// Bag parts
|
// Bag parts
|
||||||
Image::new(self.imgs.bag_bot)
|
Image::new(self.imgs.bag_bot)
|
||||||
|
Reference in New Issue
Block a user