GUI fixes
for 0.18.27
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.18.1
|
||||||
|
Date: 2020-05-26
|
||||||
|
Bugfixes:
|
||||||
|
- Quick fix for base GUI changes (styles and search icon)
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.18.0
|
Version: 0.18.0
|
||||||
Date: 2020-04-08
|
Date: 2020-04-08
|
||||||
Changes:
|
Changes:
|
||||||
|
|||||||
+1
-1
@@ -331,7 +331,7 @@ local function create_display_gui(player, selected)
|
|||||||
local search_button = header.add {
|
local search_button = header.add {
|
||||||
name = "display-search-button",
|
name = "display-search-button",
|
||||||
type = "sprite-button",
|
type = "sprite-button",
|
||||||
sprite = "utility/search_small_white",
|
sprite = "utility/search_white",
|
||||||
style = "display_small_button",
|
style = "display_small_button",
|
||||||
tooltip = {"gui.search-with-focus","__CONTROL__focus-search__"},
|
tooltip = {"gui.search-with-focus","__CONTROL__focus-search__"},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -232,7 +232,7 @@ add_styles({
|
|||||||
display_button_selected = {
|
display_button_selected = {
|
||||||
type = "button_style",
|
type = "button_style",
|
||||||
parent = "quick_bar_slot_button",
|
parent = "quick_bar_slot_button",
|
||||||
default_graphical_set = data.raw["gui-style"]["default"]["CGUI_filter_slot_button"].selected_graphical_set
|
default_graphical_set = data.raw["gui-style"]["default"]["slot_button"].selected_graphical_set
|
||||||
},
|
},
|
||||||
display_fake_header = {
|
display_fake_header = {
|
||||||
type = "frame_style",
|
type = "frame_style",
|
||||||
@@ -247,7 +247,7 @@ add_styles({
|
|||||||
},
|
},
|
||||||
display_small_button = {
|
display_small_button = {
|
||||||
type = "button_style",
|
type = "button_style",
|
||||||
parent = "frame_action_button_no_border",
|
parent = "frame_action_button",
|
||||||
left_margin = 1,
|
left_margin = 1,
|
||||||
right_margin = 1,
|
right_margin = 1,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "IndustrialDisplayPlates",
|
"name": "IndustrialDisplayPlates",
|
||||||
"version": "0.18.0",
|
"version": "0.18.1",
|
||||||
"title": "Industrial Display Plates",
|
"title": "Industrial Display Plates",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
|
"homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates",
|
||||||
|
|||||||
Reference in New Issue
Block a user