From f0b58de4b93acfef294f815cfd9d4d6d76467b67 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 8 Dec 2023 22:14:57 +0100 Subject: [PATCH] Moved btn styles into own folder --- .../App/theme/{ => btn}/ui_style_box_flat_focus.tres | 0 .../App/theme/{ => btn}/ui_style_box_flat_hover.tres | 0 .../App/theme/{ => btn}/ui_style_box_flat_norm.tres | 0 .../App/theme/{ => btn}/ui_style_box_flat_press.tres | 0 I18N Commander/App/theme/ui_theme.tres | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename I18N Commander/App/theme/{ => btn}/ui_style_box_flat_focus.tres (100%) rename I18N Commander/App/theme/{ => btn}/ui_style_box_flat_hover.tres (100%) rename I18N Commander/App/theme/{ => btn}/ui_style_box_flat_norm.tres (100%) rename I18N Commander/App/theme/{ => btn}/ui_style_box_flat_press.tres (100%) diff --git a/I18N Commander/App/theme/ui_style_box_flat_focus.tres b/I18N Commander/App/theme/btn/ui_style_box_flat_focus.tres similarity index 100% rename from I18N Commander/App/theme/ui_style_box_flat_focus.tres rename to I18N Commander/App/theme/btn/ui_style_box_flat_focus.tres diff --git a/I18N Commander/App/theme/ui_style_box_flat_hover.tres b/I18N Commander/App/theme/btn/ui_style_box_flat_hover.tres similarity index 100% rename from I18N Commander/App/theme/ui_style_box_flat_hover.tres rename to I18N Commander/App/theme/btn/ui_style_box_flat_hover.tres diff --git a/I18N Commander/App/theme/ui_style_box_flat_norm.tres b/I18N Commander/App/theme/btn/ui_style_box_flat_norm.tres similarity index 100% rename from I18N Commander/App/theme/ui_style_box_flat_norm.tres rename to I18N Commander/App/theme/btn/ui_style_box_flat_norm.tres diff --git a/I18N Commander/App/theme/ui_style_box_flat_press.tres b/I18N Commander/App/theme/btn/ui_style_box_flat_press.tres similarity index 100% rename from I18N Commander/App/theme/ui_style_box_flat_press.tres rename to I18N Commander/App/theme/btn/ui_style_box_flat_press.tres diff --git a/I18N Commander/App/theme/ui_theme.tres b/I18N Commander/App/theme/ui_theme.tres index dc746ea..bd45154 100644 --- a/I18N Commander/App/theme/ui_theme.tres +++ b/I18N Commander/App/theme/ui_theme.tres @@ -1,9 +1,9 @@ [gd_resource type="Theme" load_steps=5 format=3 uid="uid://uqhultm05f5a"] -[ext_resource type="StyleBox" uid="uid://chaurklijlgu7" path="res://theme/ui_style_box_flat_focus.tres" id="1_6cjme"] -[ext_resource type="StyleBox" uid="uid://l1tjpnljc6c1" path="res://theme/ui_style_box_flat_hover.tres" id="2_p66gj"] -[ext_resource type="StyleBox" uid="uid://tj810ebe65el" path="res://theme/ui_style_box_flat_norm.tres" id="3_fp785"] -[ext_resource type="StyleBox" uid="uid://he0mxms4j1q7" path="res://theme/ui_style_box_flat_press.tres" id="4_o3616"] +[ext_resource type="StyleBox" uid="uid://chaurklijlgu7" path="res://theme/btn/ui_style_box_flat_focus.tres" id="1_6cjme"] +[ext_resource type="StyleBox" uid="uid://l1tjpnljc6c1" path="res://theme/btn/ui_style_box_flat_hover.tres" id="2_p66gj"] +[ext_resource type="StyleBox" uid="uid://tj810ebe65el" path="res://theme/btn/ui_style_box_flat_norm.tres" id="3_fp785"] +[ext_resource type="StyleBox" uid="uid://he0mxms4j1q7" path="res://theme/btn/ui_style_box_flat_press.tres" id="4_o3616"] [resource] Button/constants/h_separation = 6