Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-03-02 13:49:15 +0300
committerJacques Lucke <jacques@blender.org>2021-03-02 13:49:15 +0300
commit8ce62fedd8c8f3edf9c27a40de1943bf2b26b54b (patch)
tree00909c4d308d52cb99e9ab960da2492c59643df4 /source/blender/editors
parentfba3d696ee23a04aced4cba080fa27b29c1c50fd (diff)
make title row a bit thinner
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_spreadsheet/spreadsheet_draw.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_spreadsheet/spreadsheet_draw.cc b/source/blender/editors/space_spreadsheet/spreadsheet_draw.cc
index ba51a904d55..d9297c05e1a 100644
--- a/source/blender/editors/space_spreadsheet/spreadsheet_draw.cc
+++ b/source/blender/editors/space_spreadsheet/spreadsheet_draw.cc
@@ -32,7 +32,7 @@ namespace blender::ed::spreadsheet {
SpreadsheetDrawer::SpreadsheetDrawer()
{
left_column_width = UI_UNIT_X * 2;
- top_row_height = UI_UNIT_Y * 1.25;
+ top_row_height = UI_UNIT_Y * 1.1f;
row_height = UI_UNIT_Y;
}